Learn R Programming

vmr (version 0.0.6)

vmrPackageBuild: Build a package in the guest machine

Description

Build a package bundle or binary into the guest machine.

Usage

vmrPackageBuild(pkg = "./", binary = FALSE)

Value

NULL

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.