diff --git a/cran-comments.md b/cran-comments.md index 7473528..db64dc3 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,19 @@ ## Resubmission -This is a resubmission. In this version I have: +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