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 providers are “tools” that manage the virtual machines instances such as VirtualBox (default in vmr), docker, vmware, aws, openstack, …
Actually only VirtualBox is available in vmr package.
vmr can manage some of virtualbox options.
Options available can be find here:
<- virtualboxOptions(details = FALSE) vb.opt
To set a name to the virtualbox machine:
$name <- "My Virtualbox name" vb.opt
To disable GUI:
$gui <- FALSE vb.opt
To add more cpus and memory:
$modifyvm$cpus <- 3
vb.opt$modifyvm$memory <- 8192 vb.opt
More options can be find here https://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm
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.