kube_install_single_package | R Documentation |
Install and create binaries for R packages.
kube_install_single_package(pkg, lib_path, bin_path, logs_path)
pkg |
character() name of R or Bioconductor package. |
lib_path |
character() path where R package libraries are stored. |
bin_path |
character() path where R package binaries are stored. |
logs_path |
character() path where R package binary build logs are stored. |
The package given by 'pkg' is installed in the given library path 'lib_path', and the binaries are created in the 'bin_path'.
'kube_install_single_package()' returns invisibly.
## Not run: kube_install_single_package( pkg = 'AnVIL', lib_path = "/host/library", bin_path = "/host/binaries" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.