Skip to content

gtm19/renv-introduction

Repository files navigation

renv-introduction

This is a repo containing the code for some presentation slides introducing colleagues to the basics of the renv R package.

Development

In order to work on this presentation, firstly clone the repo and then run, in the R console:

renv::restore()

Then, in RStudio, you can run the following command to serve the slides:

xaringan::infinite_moon_reader("index.Rmd")

If you are not using RStudio, you will have to install Pandoc.

With macOS / Homebrew, in your terminal:

brew install pandoc

Then you can render/serve the slides by running (in the terminal):

make serve

About

A presentation introducing renv for R project environment management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published