Skip to content

Commit

Permalink
remove load_all
Browse files Browse the repository at this point in the history
no longer useful
  • Loading branch information
achubaty committed Sep 1, 2017
1 parent 9db250b commit 6829511
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 110 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -7,7 +7,7 @@ URL:
https://predictiveecology.github.io/SpaDES.addins/,
https://github.com/PredictiveEcology/SpaDES.addins
Version: 0.1.0
Date: 2017-08-31
Date: 2017-09-01
Authors@R: c(
person("Alex M", "Chubaty", email = "alexander.chubaty@canada.ca",
role = c("aut", "cre")),
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Expand Up @@ -3,7 +3,6 @@
importFrom(SpaDES.core,copyModule)
importFrom(SpaDES.core,newModule)
importFrom(SpaDES.core,openModules)
importFrom(devtools,load_all)
importFrom(magrittr,"%>%")
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
Expand Down
17 changes: 0 additions & 17 deletions R/load-all.R

This file was deleted.

10 changes: 0 additions & 10 deletions R/spades-addins-package.R
Expand Up @@ -31,15 +31,5 @@
#' \item \emph{none yet}
#' }
#'
#' @section Package options:
#'
#' #' \code{SpaDES} packages use the following \code{\link{options}} to configure behaviour:
#'
#' \itemize{
#' \item \code{spades.loadpkgs}: The default packages to load using the
#' \emph{SpaDES: load all} addin. Should be a path to a package's source directory.
#' Default is \code{"~/GitHub/SpaDES.core"}.
#' }
#'
#' @rdname spades-addins-package
"_PACKAGE"
14 changes: 0 additions & 14 deletions R/zzz.R

This file was deleted.

14 changes: 2 additions & 12 deletions docs/articles/i-rstudio-addins.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions docs/reference/spades-addins-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions man/addin_loadAll.Rd

This file was deleted.

12 changes: 0 additions & 12 deletions man/spades-addins-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions vignettes/i-rstudio-addins.Rmd
Expand Up @@ -54,7 +54,3 @@ To copy an existing module, simply invoke the *SpaDES: copy module* addin from t
# `SpaDES` package development (advanced)

More advanced users planning on contributing code to the `SpaDES` ecosystem of packages, can make use of additional package development tools.

## *SpaDES: load_all*

Provides a wrapper around `devtools::load_all()`, to be used for binding an RStudio keyboard shortcut. By default, this will load the `SpaDES.core` package.

0 comments on commit 6829511

Please sign in to comment.