vmrPackageBuild: Build a package in the guest machine
Description
Build a package bundle or binary into the guest machine.
Usage
vmrPackageBuild(pkg = "./", binary = FALSE)
Arguments
- pkg
a package directory or a tar.gz file
- binary
if TRUE build binary package otherwise FALSE
Details
upload the package and run devtools::build()
(build available in $HOME/vmr/package/pkg) in the current vmr environment.