6- Use vmr for development

Develop using vmr package

vmr environment are clean and setup with R (and some with R-devel), Rtools and some dependencies.

You can use the GUI or use vmr functions to execute commands.

Information

To get guest information:

To send files to guest:

To send and/or run bash commands :

Run R commands

To execute a R command to guest:

To update and install R packages in guest:

Package development

With vmr you can test, and build a package in development using this functions:

To build, check and test:

Vignette summary

  1. Working with vmr package
  2. Start my first environment
  3. Manage vmr environment
  4. Manage boxes
  5. Manage providers
  6. Development with vmr
  7. CI/CD
  8. Functions resume

Next vignette : 7-CI/CD