Science Score: 44.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
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: pik-piam
- Language: R
- Default Branch: main
- Size: 81.1 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 6
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Package environment support for PIAM
R package piamenv, version 0.7.2
Purpose and Functionality
Enables easier management of package environments, based on renv and conda.
Installation
For installation of the most recent package version an additional repository has to be added in R:
r
options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages"))
The additional repository can be made available permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).
After that the most recent version of the package can be installed using install.packages:
r
install.packages("piamenv")
Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):
r
update.packages()
Questions / Problems
In case of questions / problems please contact Pascal Sauer pascal.sauer@pik-potsdam.de.
Citation
To cite package piamenv in publications use:
Sauer P, Rüter T (2025). "piamenv: Package environment support for PIAM." Version: 0.7.2, https://github.com/pik-piam/piamenv.
A BibTeX entry for LaTeX users is
latex
@Misc{,
title = {piamenv: Package environment support for PIAM},
author = {Pascal Sauer and Tonn Rüter},
date = {2025-04-10},
year = {2025},
url = {https://github.com/pik-piam/piamenv},
note = {Version: 0.7.2},
}
Owner
- Name: Potsdam Integrated Assessment Modelling (PIAM)
- Login: pik-piam
- Kind: organization
- Location: Potsdam Institute for Climate Impact Research (PIK), Germany
- Website: https://www.pik-potsdam.de/
- Repositories: 50
- Profile: https://github.com/pik-piam
Tools developed for use with data and models related to PIK's research.
Citation (CITATION.cff)
cff-version: 1.2.0 message: If you use this software, please cite it using the metadata from this file. type: software title: 'piamenv: Package environment support for PIAM' version: 0.7.2 date-released: '2025-04-10' abstract: Enables easier management of package environments, based on renv and conda. authors: - family-names: Sauer given-names: Pascal email: pascal.sauer@pik-potsdam.de - family-names: Rüter given-names: Tonn email: tonn.rueter@pik-potsdam.de license: LGPL-3.0 repository-code: https://github.com/pik-piam/piamenv
GitHub Events
Total
- Issues event: 2
- Issue comment event: 7
- Push event: 5
- Pull request review comment event: 11
- Pull request review event: 8
- Pull request event: 7
- Fork event: 1
Last Year
- Issues event: 2
- Issue comment event: 7
- Push event: 5
- Pull request review comment event: 11
- Pull request review event: 8
- Pull request event: 7
- Fork event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Pascal Führlich | p****h@p****e | 18 |
| Mika Pflüger | m****r@p****e | 6 |
| Michaja Pehl | p****l@p****e | 2 |
| Jan Philipp Dietrich | d****h@p****e | 1 |
| orichters | o****r@p****e | 1 |
| pre-commit-ci[bot] | 6****] | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 2 years ago
All Time
- Total issues: 3
- Total pull requests: 12
- Average time to close issues: 3 days
- Average time to close pull requests: 1 day
- Total issue authors: 2
- Total pull request authors: 5
- Average comments per issue: 2.0
- Average comments per pull request: 0.25
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 3
- Pull requests: 4
- Average time to close issues: 3 days
- Average time to close pull requests: 1 day
- Issue authors: 2
- Pull request authors: 4
- Average comments per issue: 2.0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (2)
- orichters (2)
Pull Request Authors
- pfuehrlich-pik (6)
- pre-commit-ci[bot] (3)
- 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (3)
- tonnrueter (3)
- pascal-sauer (2)
- orichters (2)
- mikapfl (2)
- dklein-pik (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v2 composite
- actions/setup-python v2 composite
- pat-s/always-upload-cache v3 composite
- r-lib/actions/setup-pandoc v1 composite
- desc * imports
- methods * imports
- renv * imports
- withr * imports
- covr * suggests
- testthat * suggests