Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTheStudent committed Jan 26, 2024
1 parent 49a379a commit 46f0055
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cellpypes
Title: Cell Type Pipes for Single-Cell RNA Sequencing Data
Version: 0.2.0
Version: 0.2.1
Authors@R:
person(given = "Felix",
family = "Frauhammer",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# cellpypes 0.2.1

* fix documentation to pass new CRAN checks

# cellpypes 0.2.0

* use Negative Binomial instead of Poisson
Expand Down
24 changes: 1 addition & 23 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
## Resubmission
This is a resubmission (of the previous resubmission). In this version I fixed:

* DESCRIPTION file:
- removed "in R" from package title
- use single quotes in description (e.g. 'cellpypes')
- added references describing the methods in this package
(doi and https)
* made messages suppressible with 'if(verbose) cat(...)'.
Exception: function 'pype_code_template' still uses cat because its sole
purpose is to print a code template to the console during interactive use.
* no longer set a seed to a specific number within function 'find_knn'.


## Previous Resubmission (0.1.2)
These are the things I fixed due to Uwe Ligges' feedback:

* removed the VignetteBuilder field as there are no vignettes in this package
* updated links to CRAN packages, now using the canonical URL
* updated link to Bioconductor package, now starting with 'https'


## Test environments
* local R installation (ubuntu), R 4.1.3
Expand All @@ -30,10 +9,9 @@ These are the things I fixed due to Uwe Ligges' feedback:

## R CMD check results

0 errors | 0 warnings | 1 notes
0 errors | 0 warnings | 0 notes


* Note1: New submission.


## CRAN incoming feasibility
Expand Down

0 comments on commit 46f0055

Please sign in to comment.