Skip to content

Commit

Permalink
export methods, see #19
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Apr 14, 2019
1 parent f0ce959 commit 781e71e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Generated by roxygen2: do not edit by hand

export(easystats_zen)
export(install_easystats_dev)
export(install_easystats_latest)
import(bayestestR)
import(correlation)
import(estimate)
Expand Down
5 changes: 4 additions & 1 deletion R/install_easystats.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#' Welcome to the easyverse
#' @import insight performance bayestestR parameters correlation report estimate see
#' @export
easystats_zen <- function(){
print("Patience you must have my young padawan.")
}
Expand All @@ -8,6 +9,7 @@ easystats_zen <- function(){
#' Install the easystats suite from github
#' @import insight performance bayestestR parameters correlation report estimate see
#' @importFrom devtools install_github
#' @export
install_easystats_latest <- function(){
devtools::install_github(c("easystats/insight",
"easystats/bayestestR",
Expand All @@ -22,6 +24,7 @@ install_easystats_latest <- function(){
#' Install the dev branches of easystats from github
#' @import insight performance bayestestR parameters correlation report estimate see
#' @importFrom devtools install_github
#' @export
install_easystats_dev <- function(){
devtools::install_github(c("easystats/insight",
"easystats/bayestestR",
Expand All @@ -30,5 +33,5 @@ install_easystats_dev <- function(){
"easystats/correlation",
"easystats/estimate",
"easystats/see",
"easystats/report"), ref="dev")
"easystats/report"), ref = "dev")
}

0 comments on commit 781e71e

Please sign in to comment.