Learn R Programming

vmr (version 0.0.6)

vmrUpdateEnvVersion: Update a vmr environment.

Description

Force to use the latest box version of the current vmr environment.

Usage

vmrUpdateEnvVersion(vmr)

Value

a vmr object

Arguments

vmr

a vmr object

Details

Put vmr object version to latest and update the Vagrant File template. Download the new box version if needed.

Examples

Run this code
if (FALSE) {
boxes <- vmrList()
vmr <- vmrCreate(boxes$Name[1], version = "oldone")
vmr <- vmrInitEnv(vmr)

# update to latest
vmr <- vmrUpdateEnvVersion(vmr)
vmrStart()
}

Run the code above in your browser using DataLab