Skip to content

Commit

Permalink
Prepare v0.1.4 for CRAN
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ian Buller, PhD, MA committed Nov 30, 2020
1 parent 9c122c3 commit c143110
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
20 changes: 6 additions & 14 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
## 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)
* Rhub
* 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

0 comments on commit c143110

Please sign in to comment.