Skip to content

Commit

Permalink
bump release to v1.0.0 w/ NEWS and w/o CHANGELOG
Browse files Browse the repository at this point in the history
* this fixes #20
* add CRAN comments file
* update the wordlist accordingly
  • Loading branch information
cpauvert committed Sep 5, 2023
1 parent 226a0ec commit 8ebfa04
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 22 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
^codecov\.yml$
^doc$
^Meta$
^cran-comments\.md$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: maldipickr
Title: Dereplicate And Cherry-Pick Mass Spectrometry Spectra
Version: 0.1.0
Version: 1.0.0
Authors@R: c(
person("Charlie", "Pauvert", , "cpauvert@ukaachen.de", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9832-2507")),
Expand Down
46 changes: 46 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
# maldipickr 1.0.0

## Changed

* (**BREAKING**) `read_biotyper_report()` first column is now `name` instead of `spot`, meaning `read_many_biotyper_reports()` renames all the `name` columns to `original_name`. This was to `pick_spectra()` easily usable with taxonomy identification reports (`38a614173fd21315a40e0823600a2082fa0935bb`)
* (**BREAKING**) All functions now follow the `verb_concept` nomenclature, meaning clustering functions are now renamed accordingly (#24):
- Change `similarity_to_clusters()` to `delineate_with_similarity()`
- Change `identification_to_clusters()` to `delineate_with_identification()`
* Refactor the `delineate_with_similarity()` clustering function (formerly: `similarity_to_clusters()`) without using the `{igraph}` nor `{tidygraph}` R packages, for fewer dependencies and simpler codebase (#18)
* Update the `DESCRIPTION` to include the Strejcek reference (#22) and better highlight the package added-value
* Refactor the `pkgdown` website with a more accessible font and color schema inline with the logo color palette
* Change the vignettes titles and outline to better structure the documents
* Refactor cosine similarity computation example by highlighting the dedicated `coop::tcosine()` instead of the `t() %>% coop::cosine()`

## Added

* Add long or wide output format for `read_biotyper_report()` (#12)
* Document how to quickstart with the `{maldipickr}` package for those in a hurry (#15)
* Document more precisely how to install tagged release of `{maldipickr}` package
* Add better tests for `merge_processed_spectra()` (`b39c1313fd38239b4b1821a243c9debf467fd092`)
* Document authors list according to CRAN policy
* Add CRAN comments file to track submission notes

## Removed

* Deprecate the `CHANGELOG.md` in favor of the R specific `NEWS.md` (#20)
* Remove redundant check after symbolic links creation (#19)

## Fixed

* Fix `summarise()` usage in `pick_spectra()`, with code simplification (#11)
* Remove symbolic links created for importing acqu spectra files (#21)
* Fix CRAN warnings regarding `qpdf` (`3b19dd36a6ec0f5dc277418c98977c526981b6e3`)
* Fix masked relevant `to_pick` column in the vignette (#17)

# maldipickr 0.1.1

## Added

* Add citation file for R ([`CITATION`](inst/CITATION)) and for GitHub ([`CITATION.cff`](CITATION.cff))
* Add a [`CHANGELOG.md`](CHANGELOG.md) ([Common Changelog](https://common-changelog.org))

## Changed

* Improve the package description according to CRAN recommendations

# maldipickr 0.1.0

* First stable version
Expand Down
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
21 changes: 0 additions & 21 deletions dev/CHANGELOG.md

This file was deleted.

4 changes: 4 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Bruker
CMD
Canck
Carlier
Changelog
Cleenwerck
Cnockaert
Dawyndt
Expand Down Expand Up @@ -43,8 +44,10 @@ Uhlik
Vandamme
Verheyde
Wieme
acqu
al
bruker
codebase
codecov
csv
dereplicate
Expand All @@ -61,6 +64,7 @@ magrittr
maldi
modularity
natively
quickstart
rRNA
scalable
spectrometry
Expand Down

0 comments on commit 8ebfa04

Please sign in to comment.