A R package to manage Virtual Machines using Vagrant tool.

Purpose

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.

Dependencies

Tools

Providers

Download last packages

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.

Install

# From CRAN
install.packages(c('vmr'))
# or from the development repository (latest version)
remotes::install_git('https://gitlab.com/rstuff/vmr.git')

Documentation

Online : https://rstuff.gitlab.io/vmr/

browseVignettes(package = "vmr")

Authors

  • Jean-François Rey <jf.rey.public[at]gmail.com>

LICENSE

GPLv3