powered by
Force to use the latest box version of the current vmr environment.
vmrUpdateEnvVersion(vmr)
a vmr object
Put vmr object version to latest and update the Vagrant File template. Download the new box version if needed.
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