installSpaDES | R Documentation |
update.packages
firstInstall SpaDES packages, making sure to update.packages
first
installSpaDES( type, libPath = .libPaths()[1], fromSource = sourcePkgs(), versions = c("SpaDES.core (>= 1.0.9)", "SpaDES.tools (>= 0.3.9)"), dontUpdate = c("scam"), upgrade = c("default", "ask", "always", "never"), SpaDES.project = TRUE, ... )
type |
passed to both |
libPath |
Passed to both |
fromSource |
A character vector of packages that must be installed from
source on Linux-alikes, even if the |
versions |
named list of package versions to install |
dontUpdate |
character vector of packages not to update |
upgrade |
Logical or character ("default", "ask", "never", "always").
If |
SpaDES.project |
logical. If TRUE, the default, then the SpaDES.project will also be installed. This is not on CRAN. It will first attempt to install from predictiveecology.r-universe.dev. If that fails, then it will install from source from github.com/PredictiveEcology/SpaDES.project |
... |
Passed to deprecated arguments (currently: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.