citation
R package | create cff citation file from R package metadata
Science Score: 77.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 7 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 5 committers (20.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.3%) to scientific vocabulary
Repository
R package | create cff citation file from R package metadata
Basic Info
- Host: GitHub
- Owner: pik-piam
- License: other
- Language: R
- Default Branch: master
- Size: 126 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
- Releases: 4
Metadata Files
README.md
Software Citation Tools
R package citation, version 0.12.0
Purpose and Functionality
A collection of functions to extract citation information from 'R' packages and to deal with files in 'citation file format' (https://citation-file-format.github.io/), extending the functionality already provided by the citation() function in the 'utils' package.
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("citation")
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 Jan Philipp Dietrich dietrich@pik-potsdam.de.
Citation
To cite package citation in publications use:
Dietrich J, Leoncio W (2024). "citation: Software Citation Tools." doi:10.5281/zenodo.3813429 https://doi.org/10.5281/zenodo.3813429, Version: 0.12.0, https://github.com/pik-piam/citation.
A BibTeX entry for LaTeX users is
latex
@Misc{,
title = {citation: Software Citation Tools},
author = {Jan Philipp Dietrich and Waldir Leoncio},
doi = {10.5281/zenodo.3813429},
date = {2024-12-16},
year = {2024},
url = {https://github.com/pik-piam/citation},
note = {Version: 0.12.0},
}
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: 'citation: Software Citation Tools' version: 0.12.0 date-released: '2024-12-16' abstract: A collection of functions to extract citation information from 'R' packages and to deal with files in 'citation file format' (<https://citation-file-format.github.io/>), extending the functionality already provided by the citation() function in the 'utils' package. authors: - family-names: Dietrich given-names: Jan Philipp email: dietrich@pik-potsdam.de orcid: https://orcid.org/0000-0002-4309-6431 affiliation: Potsdam Institute for Climate Impact Research - family-names: Leoncio given-names: Waldir email: w.l.netto@medisin.uio.no affiliation: University of Oslo license: BSD-2-Clause keywords: - tool repository-code: https://github.com/pik-piam/citation doi: 10.5281/zenodo.3813429
GitHub Events
Total
- Push event: 1
- Pull request review event: 1
- Pull request event: 2
- Fork event: 2
Last Year
- Push event: 1
- Pull request review event: 1
- Pull request event: 2
- Fork event: 2
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Waldir Leoncio | w****o@m****o | 35 |
| Jan Philipp Dietrich | d****h@p****e | 27 |
| Pascal Führlich | p****h@p****e | 12 |
| pre-commit-ci[bot] | 6****] | 2 |
| Michaja Pehl | p****l@p****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 14
- Average time to close issues: 1 day
- Average time to close pull requests: about 1 month
- Total issue authors: 3
- Total pull request authors: 4
- Average comments per issue: 2.25
- Average comments per pull request: 0.64
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 4
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- wleoncio (2)
- AAoritz (1)
- tscheypidi (1)
Pull Request Authors
- wleoncio (7)
- pre-commit-ci[bot] (5)
- tscheypidi (3)
- pfuehrlich-pik (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 294 last-month
- Total dependent packages: 1
- Total dependent repositories: 9
- Total versions: 5
- Total maintainers: 1
cran.r-project.org: citation
Software Citation Tools
- Homepage: https://github.com/pik-piam/citation
- Documentation: http://cran.r-project.org/web/packages/citation/citation.pdf
- License: BSD_2_clause + file LICENSE
-
Latest release: 0.8.2
published almost 3 years ago
Rankings
Maintainers (1)
Dependencies
- desc * imports
- jsonlite * imports
- utils * imports
- withr * imports
- yaml * imports
- covr * suggests
- testthat * suggests
- actions/checkout v2 composite
- actions/setup-python v2 composite
- pat-s/always-upload-cache v3 composite
- r-lib/actions/setup-pandoc v1 composite