vmrPackageBuild: Build a package in the guest machine

View source: R/vmr-methods.R

vmrPackageBuildR Documentation

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.

Value

NULL


vmr documentation built on March 31, 2023, 8:31 p.m.