From f343fa5e2dfadcbbaa87350cead8e19ee98e23b0 Mon Sep 17 00:00:00 2001 From: igor <6363505+igordot@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:35:34 -0500 Subject: [PATCH] Prepare for CRAN release --- .Rbuildignore | 6 +++--- DESCRIPTION | 10 ++++------ NEWS.md | 4 ++++ cran-comments.md | 9 +++++---- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 8ab4627..e09189d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,8 +2,7 @@ ^\.Rproj\.user$ ^LICENSE\.md$ ^data-raw$ -^\.travis\.yml$ -^codecov\.yml$ +^\.github$ ^\.covrignore$ ^cran-comments\.md$ ^CRAN-RELEASE$ @@ -11,6 +10,7 @@ ^_pkgdown\.yml$ ^docs$ ^pkgdown$ -^\.github$ +^index\.md$ ^vignettes/db\.Rmd$ ^vignettes/example-bm-seurat\.Rmd$ +^CRAN-SUBMISSION$ diff --git a/DESCRIPTION b/DESCRIPTION index 3ee9084..db2c2bd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,9 @@ Type: Package Package: clustermole Title: Unbiased Single-Cell Transcriptomic Data Cell Type Identification -Version: 1.1.0.9001 +Version: 1.1.1 Authors@R: - person(given = "Igor", - family = "Dolgalev", - role = c("aut", "cre"), - email = "igor.dolgalev@nyumc.org") + person("Igor", "Dolgalev", , "igor.dolgalev@nyumc.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4451-126X")) Description: Assignment of cell type labels to single-cell RNA sequencing (scRNA-seq) clusters is often a time-consuming process that involves manual inspection of the cluster marker genes complemented with a detailed literature search. This is especially challenging when unexpected or poorly described populations are present. The clustermole R package provides methods to query thousands of human and mouse cell identity markers sourced from a variety of databases. License: MIT + file LICENSE URL: https://igordot.github.io/clustermole/ @@ -30,7 +27,8 @@ Suggests: rmarkdown, roxygen2, testthat +VignetteBuilder: + knitr biocViews: Encoding: UTF-8 RoxygenNote: 7.2.3 -VignetteBuilder: knitr diff --git a/NEWS.md b/NEWS.md index bbf47fd..0a22e96 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# clustermole 1.1.1 + +* Updated internal GSVA and tidyselect function calls. + # clustermole 1.1.0 * Added singscore enrichment method. diff --git a/cran-comments.md b/cran-comments.md index e3e22a0..65d8c9d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,10 @@ ## Test environments -* local OS X install, R 4.0.3 -* travis-ci: R 3.6, R-release, R-devel -* win-builder: R-devel +* local macOS install, R 4.3.2 +* ubuntu-latest (on GitHub Actions), R 4.3, R-release, R-devel +* macOS (on GitHub Actions), R-release +* win-builder (devel) ## R CMD check results -There were no ERRORs or WARNINGs. +There were no ERRORs or WARNINGs.