Skip to content

Commit 45822e7

Browse files
authored
Merge pull request #142 from aim-rsf/new-release
version 2.0.0
2 parents cdb75fa + ef3d463 commit 45822e7

File tree

5 files changed

+9
-67
lines changed

5 files changed

+9
-67
lines changed

.github/workflows/update-citation-cff.yaml

-58
This file was deleted.

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cff-version: 1.2.0
22
message: "If you use this package, please cite it as below."
33
title: "browseMetadata"
4-
version: 1.2.2
5-
date-released: 2024-07-25
4+
version: 2.0.0
5+
date-released: 2024-11-26
66
authors:
77
- family-names: "Rachael"
88
given-names: "Stickland"

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,16 @@ For more information, refer to [GNU General Public License](https://www.gnu.org/
147147

148148
To cite `browseMetadata` in publications:
149149

150-
> Stickland R (2024). browseMetadata: Browse and categorise metadata for datasets. R package version 1.2.2.
150+
> Stickland R (2024). browseMetadata: browse and categorise health metadata. R package version 2.0.0.
151151
152152
A BibTeX entry for LaTeX users:
153153

154154
```r
155155
@Manual{,
156-
title = {browseMetadata: Browse and categorise health metadata},
156+
title = {browseMetadata: browse and categorise health metadata},
157157
author = {Rachael Stickland},
158158
year = {2024},
159-
note = {R package version 1.2.2},
159+
note = {R package version 2.0.0},
160160
doi = {https://doi.org/10.5281/zenodo.10581499},
161161
}
162162
```

codemeta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "browseMetadata: Browse and categorise health metadata",
77
"codeRepository": "https://github.com/aim-rsf/browseMetadata",
88
"license": "https://spdx.org/licenses/GPL-3.0",
9-
"version": "1.2.2",
9+
"version": "2.0.0",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",
@@ -240,7 +240,7 @@
240240
"name": "browseMetadata: Browse and categorise health metadata",
241241
"identifier": "https://doi.org/10.5281/zenodo.10581499",
242242
"url": "https://github.com/aim-rsf/browseMetadata",
243-
"description": "R package version 1.2.2",
243+
"description": "R package version 2.0.0",
244244
"@id": "https://doi.org/10.5281/zenodo.10581499",
245245
"sameAs": "https://doi.org/10.5281/zenodo.10581499"
246246
}

inst/CITATION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
bibentry(
22
bibtype = "Manual",
3-
title = "browseMetadata: Browse and categorise health metadata",
3+
title = "browseMetadata: browse and categorise health metadata",
44
author = "Rachael Stickland",
55
year = 2024,
6-
note = "R package version 1.2.2",
6+
note = "R package version 2.0.0",
77
doi = "https://doi.org/10.5281/zenodo.10581499",
88
url = "https://github.com/aim-rsf/browseMetadata"
99
)

0 commit comments

Comments
 (0)