From 46f005506fd09cd8e9e2fce5404055fd8eb6d8c2 Mon Sep 17 00:00:00 2001 From: Felix Frauhammer Date: Fri, 26 Jan 2024 23:50:31 +0100 Subject: [PATCH] version 0.2.1 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ cran-comments.md | 24 +----------------------- 3 files changed, 6 insertions(+), 24 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 767d96a..cbecbb3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index cce2e95..2116c01 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index db64dc3..432c9c9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 @@ -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