Skip to content

Commit 64c910b

Browse files
committed
fix invalid file URIs CRAN note and bump version
1 parent 148a74a commit 64c910b

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: maldipickr
22
Title: Dereplicate and Cherry-Pick Mass Spectrometry Spectra
3-
Version: 1.0.1
3+
Version: 1.0.2
44
Authors@R: c(
55
person("Charlie", "Pauvert", , "[email protected]", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-9832-2507")),

NEWS.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
# maldipickr 1.0.2
2+
3+
## Changed
4+
5+
* Fix the invalid file URIs in NEWS.md and README.md
6+
17
# maldipickr 1.0.1
28

39
## Changed
410

5-
* Fix title to titleCase for CRAN
11+
* Fix title to title case for CRAN
612

713
# maldipickr 1.0.0
814

@@ -43,8 +49,8 @@
4349

4450
## Added
4551

46-
* Add citation file for R ([`CITATION`](inst/CITATION)) and for GitHub ([`CITATION.cff`](CITATION.cff))
47-
* Add a [`CHANGELOG.md`](CHANGELOG.md) ([Common Changelog](https://common-changelog.org))
52+
* Add citation file for R ([`CITATION`](https://clavellab.github.io/maldipickr/authors.html#citation)) and for GitHub `CITATION.cff`
53+
* Add a `CHANGELOG.md` ([Common Changelog](https://common-changelog.org))
4854

4955
## Changed
5056

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This R package is developed for spectra data generated by the Bruker MALDI Bioty
118118

119119
### Disclaimer
120120

121-
The developers of this package are part of the [Clavel Lab](https://www.ukaachen.de/kliniken-institute/institut-fuer-medizinische-mikrobiologie/forschung/ag-clavel/) and are not affiliated with the company Bruker, therefore this package is independent of the company and is distributed under the [GPL-3.0 License](LICENSE.md).
121+
The developers of this package are part of the [Clavel Lab](https://www.ukaachen.de/kliniken-institute/institut-fuer-medizinische-mikrobiologie/forschung/ag-clavel/) and are not affiliated with the company Bruker, therefore this package is independent of the company and is distributed under the [GPL-3.0 License](https://clavellab.github.io/maldipickr/LICENSE.html).
122122

123123
The hexagonal logo was created by Charlie Pauvert and uses the [Hack](https://sourcefoundry.org/hack/) font and a color palette generated at <https://coolors.co>.
124124

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The developers of this package are part of the [Clavel
152152
Lab](https://www.ukaachen.de/kliniken-institute/institut-fuer-medizinische-mikrobiologie/forschung/ag-clavel/)
153153
and are not affiliated with the company Bruker, therefore this package
154154
is independent of the company and is distributed under the [GPL-3.0
155-
License](LICENSE.md).
155+
License](https://clavellab.github.io/maldipickr/LICENSE.html).
156156

157157
The hexagonal logo was created by Charlie Pauvert and uses the
158158
[Hack](https://sourcefoundry.org/hack/) font and a color palette

cran-comments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Resubmission
2+
3+
This is a resubmission. In this version I have:
4+
5+
* fixed the invalid file URIs in NEWS.md and README.md
6+
17
## R CMD check results
28

39
0 errors | 0 warnings | 1 note

0 commit comments

Comments
 (0)