installSourcePackages | R Documentation |
(Re)install source packages. Dependencies of these packages will not force source
installs, unless those dependencies are listed in fromSource
. Note, this function
only has real consequences if the default repository in options(CRAN = "someURL")
is set to a binary package repository, and will not affect Windows machines
unless forceSourceOnWindows
is TRUE
.
installSourcePackages( fromSource = sourcePkgs(), libPath = .libPaths()[1], repos = "https://cloud.r-project.org", forceSourceOnWindows = FALSE )
fromSource |
A character vector of packages that must be installed from
source on Linux-alikes, even if the |
libPath |
Passed to both |
repos |
URL of CRAN mirror to use to fetch source packages |
forceSourceOnWindows |
Logical. If |
if installing on macOS, homebrew installation of GDAL etc. is required.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.