From cf6328ae03961b3d8cf730f501f8ecc6c740bf51 Mon Sep 17 00:00:00 2001 From: Paul Hoffman Date: Thu, 13 May 2021 10:47:59 -0400 Subject: [PATCH 1/2] Fix issue with CheckDots Provide default when option Seurat.checkdots is not set fixes #15 --- R/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index 198f0411..43a08659 100644 --- a/R/utils.R +++ b/R/utils.R @@ -495,7 +495,7 @@ CheckDots <- function(..., fxns = NULL) { paste(unused, collapse = ', ') ) switch( - EXPR = getOption(x = "Seurat.checkdots"), + EXPR = getOption(x = "Seurat.checkdots", default = 'warn'), "warn" = warning(msg, call. = FALSE, immediate. = TRUE), "stop" = stop(msg), "silent" = NULL, From c07062b1ac9bfce883500aef1d7352401088abf7 Mon Sep 17 00:00:00 2001 From: Paul Hoffman Date: Tue, 8 Jun 2021 15:03:53 -0400 Subject: [PATCH 2/2] Prep release 4.0.2 --- DESCRIPTION | 4 ++-- NEWS.md | 5 +++++ cran-comments.md | 16 ++-------------- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7dcbefba..7ebc168d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: SeuratObject Type: Package Title: Data Structures for Single Cell Data -Version: 4.0.1 -Date: 2021-05-07 +Version: 4.0.2 +Date: 2021-06-08 Authors@R: c( person(given = 'Rahul', family = 'Satija', email = 'rsatija@nygenome.org', role = 'aut', comment = c(ORCID = '0000-0001-9448-8833')), person(given = 'Andrew', family = 'Butler', email = 'abutler@nygenome.org', role = 'aut', comment = c(ORCID = '0000-0003-3608-0463')), diff --git a/NEWS.md b/NEWS.md index b6093dcc..651b8a93 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# SeuratObject 4.0.2 + +## Changed +- Provide default option for `Seurat.checkdots` option if option is not set (#16) + # SeuratObject 4.0.1 ## Added diff --git a/cran-comments.md b/cran-comments.md index 9c573c69..e74cc7ba 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -# SeuratObject v4.0.1 +# SeuratObject v4.0.2 ## Test environments * local ubuntu 20.04 install, R 4.0.5 @@ -7,19 +7,7 @@ ## R CMD check results -There were no ERRORs, WARNINGs - -There was one NOTE: - -* checking CRAN incoming feasibility ... NOTE -Maintainer: ‘Paul Hoffman ’ - -New maintainer: - Paul Hoffman -Old maintainer(s): - Paul Hoffman - -We are switching email addresses for the maintainer +There were no ERRORs, WARNINGs, or NOTEs ## Downstream dependencies