Skip to content

Commit

Permalink
docs: added .zenodo.json (v0.5.4)
Browse files Browse the repository at this point in the history
Update .Rbuildignore
  • Loading branch information
ethanbass committed Aug 17, 2023
1 parent a2336a3 commit 3d132c1
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
^CRAN-SUBMISSION$
^LICENSE$
^\.DS_Store$
^\.zenodo.json
24 changes: 24 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"upload_type": "software",

"creators": [
{
"orcid": "0000-0002-6175-6739",
"affiliation": "Cornell University, Department of Ecology and Evolutionary Biology",
"name": "Bass, Ethan"
} ],

"license": "GPL (>= 2)",

"title": "chromatographR: Chromatographic Data Analysis Toolset",

"keywords": ["bioinformatics", "r", "cheminformatics", "reproducible-research", "open-data",
"open-science", "metabolomics", "r-package", "reproducibility",
"chromatography", "hplc", "gc-fid", "hplc-dad", "hplv-uv", "hplc-pda"],

"contributors": [
{
"name": "Borchers, Hans W.",
"type": "RightsHolder"
} ]
}
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: chromatographR
Title: Chromatographic Data Analysis Toolset
Version: 0.5.3
Version: 0.5.4
Authors@R: c(
person("Ethan", "Bass", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6175-6739")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# chromatographR 0.5.4

* Added `.zenodo.json` file.

# chromatographR 0.5.3

* Fixed bug in `plot_chroms` causing mismatched legend labels in base R plot.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ Also see the [contributing.md](https://github.com/ethanbass/chromatographR/blob/

If you use chromatographR in published work, please cite it as follows:

Bass, E. (2023). chromatographR: chromatographic data analysis toolset (version 0.5.3).
Bass, E. (2023). chromatographR: chromatographic data analysis toolset (version 0.5.4).
http://doi.org/10.5281/zenodo.6944334
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ citEntry(
title = "chromatographR: chromatographic data analysis toolset",
author = "Ethan Bass",
year = "2023",
note = "version 0.5.3",
note = "version 0.5.4",
url = "https://ethanbass.github.io/chromatographR/",
doi = "10.5281/zenodo.6944334",
textVersion = paste("Bass, E. (2023).",
"chromatographR: chromatographic data analysis toolset (version 0.5.3).",
"chromatographR: chromatographic data analysis toolset (version 0.5.4).",
"http://doi.org/10.5281/zenodo.6944334"
)
)

0 comments on commit 3d132c1

Please sign in to comment.