View source: R/Require-helpers.R
| sourcePkgs | R Documentation |
The list of R packages that Require installs from source on Linux, even if
the getOptions("repos") is a binary repository. This list can be updated by
the user by modifying the options Require.spatialPkgs or
Require.otherPkgs. Default "force source only packages" are visible with
RequireOptions().
sourcePkgs(additional = NULL, spatialPkgs = NULL, otherPkgs = NULL)
additional |
Any other packages to be added to the other 2 argument vectors |
spatialPkgs |
A character vector of package names that focus on spatial analyses. |
otherPkgs |
A character vector of package names that often require system specific compilation. |
A sorted concatenation of the 3 input parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.