diff --git a/DESCRIPTION b/DESCRIPTION index 5a6ebc7..cbe1e5f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: gateR Type: Package Title: Flow/Mass Cytometry Gating via Spatial Kernel Density Estimation -Version: 0.1.4.9000 -Date: 2020-11-20 +Version: 0.1.4 +Date: 2020-11-30 Authors@R: c(person(given = "Ian D.", family = "Buller", diff --git a/NEWS.md b/NEWS.md index 9becd04..e962042 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # gateR (development version) -# gateR v0.1.4.9000 +# gateR v0.1.4 * Added documentation to lotrrs(), rrs(), and gating() about the levels of condition(s) * Fixed bug in lotrrs() that was mislabeling numerator and denominator levels of second condition * Added parameters 'c1n' and 'c2n' in lotrrs(), rrs(), and gating() to specify the numerator level diff --git a/cran-comments.md b/cran-comments.md index 89507a2..4712c45 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,10 @@ -## This is the third resubmission - -* Actions taken regarding feedback from Prof. Brian Ripley: - * Removed 'ncdFlow', 'flowWorkspaceData', and 'knitr' from Suggests - * Created a random data set 'randCyto' and all documentation - * Updated examples and testthat to use 'randCyto' data - * Updated vignette with clearer language +## This is the fourth resubmission +* Actions taken since previous resubmission: + * Added documentation to lotrrs(), rrs(), and gating() about the levels of condition(s) + * Fixed bug in lotrrs() that was mislabeling numerator and denominator levels of second condition + * Added parameters 'c1n' and 'c2n' in lotrrs(), rrs(), and gating() to specify the numerator level + ## Test environments * local OS X install, R 3.6.3 * win-builder, (devel, oldrelease, release) @@ -13,15 +12,8 @@ * Fedora Linux, R-devel, clang, gfortran * Ubuntu Linux 16.04 LTS, R-release, GCC * Windows Server 2008 R2 SP1, R-devel, 32⁄64 bit - * Debian Linux, R-devel, GCC ## R CMD check results 0 errors | 0 warnings | 0 notes -* Duration - * local OS X install, R 3.6.3: 98 seconds - * win-builder, devel: 337 seconds - * win-builder, oldrelease: 302 seconds - * win-builder, release: 345 seconds - ## Submitted by Maintainer