dependencies | R Documentation |
Elegantly deals with package dependencies of a project
dependencies(
libpath = "lib",
jspackages = list(),
cran.packages = list(),
github.packages = list(),
jslibs = list(),
force.cran = jsroot.env$reinstall.cran,
force.github = jsroot.env$reinstall.github,
force.jalgos = jsroot.env$reinstall.jalgos,
force.jslibs = jsroot.env$reinstall.jslib,
force = FALSE,
...,
install.jspackages.fun = install.git
)
libpath |
Folder in which |
jspackages |
Jalgos packages. Must have this layout: |
cran.packages |
CRAN packages |
... |
To be forwarded to the require.or.install function |
require.or.install install.git
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.