A R package to manage Virtual Machines using Vagrant tool.
This package is a wrap of the Vagrant tool and more.
It allows to manage, provision and use Virtual Machines preconfigured
for R.
It currently only use VirtualBox (>= 6.1.14) as provider. Vagrant tool have to be installed too. (See Dependencies)
Used VMs come from https://app.vagrantup.com/VMR repository and the sources use to generate them can be found at https://gitlab.com/rstuff/vms.
The CI/CD generate the packages for each versions and OS. Choose your
OS for the last version (dev) :
* Source
* Windows
* MacOS
Unzip the downloaded file to get the package.
# From CRAN
install.packages(c('vmr'))
# or from the development repository (latest version)
::install_git('https://gitlab.com/rstuff/vmr.git') remotes
Online : https://rstuff.gitlab.io/vmr/
browseVignettes(package = "vmr")
GPLv3