The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

{vmr} - Virtual Machines for R

CRAN Downloads Badge CRAN status pipeline status

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

LICENSE

GPLv3

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.