Learn R Programming

vmr (version 0.0.6)

vmrPackageCheck: Perform a package check on guest

Description

Perform a package check into the guest

Usage

vmrPackageCheck(pkg = "./")

Value

NULL

Arguments

pkg

a package directory or a tar.gz file

Details

upload the package and run devtools::check() into the guest machine. (check available in $HOME/vmr/package/pkg). Checking a directory with multiple files may slower upload, prefer tar.gz file

Examples

Run this code
if (FALSE) {
vmrPackageCheck("vmr_package.tar.gz")
}

Run the code above in your browser using DataLab