introduction-to-renv

Walkthrough tutorial on setting up and using renv

https://github.com/lmu-osc/introduction-to-renv

Science Score: 75.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
    Organization lmu-osc has institutional domain (www.osc.uni-muenchen.de)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Walkthrough tutorial on setting up and using renv

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 7
  • Releases: 4
Created almost 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

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.

Owner

  • Name: LMU Open Science Center
  • Login: lmu-osc
  • Kind: organization
  • Location: Germany

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Callahan
    given-names: Pat
    affiliation: "LMU Open Science Center"
    orcid: "https://orcid.org/0000-0003-1769-7580"
  - family-names: Pargent
    given-names: Florian
    affiliation: "LMU Open Science Center"
    orcid: "https://orcid.org/0000-0002-2388-553X"
  - family-names: Kohrt
    given-names: Florian
    affiliation: "LMU Open Science Center"
    orcid: "https://orcid.org/0000-0003-0374-5625"
title: "Introduction to {renv}"
version: v0.1.3
date-released: 2025-02-03
doi: 10.5281/zenodo.14230879
url: "https://lmu-osc.github.io/introduction-to-renv/"

GitHub Events

Total
  • Create event: 10
  • Release event: 4
  • Issues event: 13
  • Delete event: 4
  • Issue comment event: 4
  • Push event: 88
  • Pull request event: 9
  • Fork event: 1
Last Year
  • Create event: 10
  • Release event: 4
  • Issues event: 13
  • Delete event: 4
  • Issue comment event: 4
  • Push event: 88
  • Pull request event: 9
  • Fork event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 3
  • Total pull requests: 1
  • Average time to close issues: 3 days
  • Average time to close pull requests: less than a minute
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 1
  • Average time to close issues: 3 days
  • Average time to close pull requests: less than a minute
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • NeuroShepherd (8)
  • fkohrt (4)
  • MalikaIhle (4)
  • FlorianPargent (2)
  • bergfex25 (1)
Pull Request Authors
  • NeuroShepherd (16)
  • fkohrt (3)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/publish.yaml actions
  • actions/checkout v4 composite
  • quarto-dev/quarto-actions/publish v2 composite
  • quarto-dev/quarto-actions/setup v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-renv v2 composite