lmu-osc / introduction-to-renv

Walkthrough tutorial on setting up and using renv
https://lmu-osc.github.io/introduction-to-renv/
Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

DOI

Introduction to {renv}

This is a brief introduction to the {renv} package, which is a package manager for R. It is designed to make your R projects more reproducible by ensuring that the packages you use are the same across different environments.

The repo is structured as a Quarto website deployed to GitHub Pages with automated deployments via GitHub Actions.

Contributions

Contributions are welcome! Please feel free to submit a pull request for edits, errors, and other small corrections, or open an issue for larger changes or suggestions.

Licensing

The overall project is licensed under the CC BY-SA 4.0 license found at LICENSE; all code snippets are additionally licensed under the CC0 1.0 Universal license found at LICENSE-CODE.

Why two licenses? The CC BY-SA 4.0 license is for the content of the website, while the CC0 1.0 Universal license is for the code and configuration files. This is a common practice for websites that include code snippets and other content that may be reused in other projects, particularly because the CC BY-SA 4.0 license is not intended to be used with software.