Skip to content

Commit

Permalink
update with Zenodo doi and citation
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed May 31, 2024
1 parent 423d664 commit a72e85b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ message: 'To cite package "rJavaEnv" in publications use:'
type: software
license: MIT
title: 'rJavaEnv: Java Environments for R Projects'
version: 0.0.0.9000
version: 0.0.1
doi: 10.5281/zenodo.11403010
abstract: Install specific version of Java runtime environment at the R project level.
The goal of rJavaEnv is to manage multiple Java JDKs in R projects by automatingthe
process of downloading, installing, and configuring Java environments on a per-project
Expand All @@ -33,6 +34,7 @@ preferred-citation:
orcid: https://orcid.org/0000-0001-6690-5345
year: '2024'
url: https://github.com/e-kotov/rJavaEnv
doi: 10.5281/zenodo.11403010
repository-code: https://github.com/e-kotov/rJavaEnv
url: http://www.ekotov.pro/rJavaEnv/
contact:
Expand Down
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ is_html <- knitr::is_html_output()
[![pkgcheck](https://github.com/e-kotov/rJavaEnv/workflows/pkgcheck/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions?query=workflow%3Apkgcheck)
[![codecov](https://codecov.io/github/e-kotov/rJavaEnv/graph/badge.svg?token=2UKGZVNO5V)](https://codecov.io/github/e-kotov/rJavaEnv)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11403009.svg)](https://dx.doi.org/10.5281/zenodo.11403009)

<!-- badges: end -->


Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ logo also contains the original R logo.
To cite package ‘rJavaEnv’ in publications use:

Kotov E (2024). *rJavaEnv: Java Environments for R Projects*.
<doi:10.5281/zenodo.11403010> <https://doi.org/10.5281/zenodo.11403010>,
<https://github.com/e-kotov/rJavaEnv>.

BibTeX:
Expand All @@ -214,4 +215,5 @@ BibTeX:
author = {Egor Kotov},
year = {2024},
url = {https://github.com/e-kotov/rJavaEnv},
doi = {10.5281/zenodo.11403010},
}
13 changes: 8 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/e-kotov/rJavaEnv",
"issueTracker": "https://github.com/e-kotov/rJavaEnv/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"version": "0.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -149,7 +149,7 @@
},
"SystemRequirements": null
},
"fileSize": "364.422KB",
"fileSize": "559591.852KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -164,11 +164,14 @@
}
],
"name": "rJavaEnv: Java Environments for R Projects",
"url": "https://github.com/e-kotov/rJavaEnv"
"identifier": "10.5281/zenodo.11403010",
"url": "https://github.com/e-kotov/rJavaEnv",
"@id": "https://doi.org/10.5281/zenodo.11403010",
"sameAs": "https://doi.org/10.5281/zenodo.11403010"
}
],
"releaseNotes": "https://github.com/e-kotov/rJavaEnv/blob/master/NEWS.md",
"readme": "https://github.com/e-kotov/rJavaEnv/blob/main/README.md",
"contIntegration": "https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml",
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental"
"contIntegration": ["https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml", "https://github.com/e-kotov/rJavaEnv/actions?query=workflow%3Apkgcheck", "https://codecov.io/github/e-kotov/rJavaEnv"],
"developmentStatus": ["https://www.repostatus.org/#wip", "https://lifecycle.r-lib.org/articles/stages.html#experimental"]
}
1 change: 1 addition & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ bibentry(
comment = c(ORCID = "0000-0001-6690-5345")),
year = "2024",
url = "https://github.com/e-kotov/rJavaEnv",
doi = "10.5281/zenodo.11403010"
)
3 changes: 2 additions & 1 deletion inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"version": "0.0.0.9000"
"version": "0.0.1"
},
{
"id": "https://doi.org/10.5281/zenodo.11403010",
"type": "SoftwareSourceCode",
"author": {
"id": "https://orcid.org/0000-0001-6690-5345",
Expand Down

0 comments on commit a72e85b

Please sign in to comment.