Skip to content

Commit

Permalink
bump version, redoc, and update news
Browse files Browse the repository at this point in the history
  • Loading branch information
kriemo committed Apr 3, 2024
1 parent c19731f commit 0b6aefc
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: clustifyr
Title: Classifier for Single-cell RNA-seq Using Cell Clusters
Version: 1.15.1
Version: 1.15.2
Description: Package designed to aid in classifying cells from single-cell RNA sequencing data
using external reference data (e.g., bulk RNA-seq, scRNA-seq, microarray, gene lists). A
variety of correlation based methods and gene list enrichment methods are provided to assist cell
Expand Down Expand Up @@ -87,7 +87,7 @@ VignetteBuilder:
ByteCompile: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
LazyData: true
Config/Needs/website:
pkgdown,
Expand Down
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ Changes in version 1.7.3 (2022-03-09)
+ Maintainer change

Changes in version 1.15.1 (2023-10-31)
+ Replace `Seurat` dependency with `SeuratObject`
+ Replace `Seurat` dependency with `SeuratObject`

Changes in version 1.15.2 (2024-04-03)
+ Add support for Seurat version 5 objects
2 changes: 1 addition & 1 deletion man/cbmc_m.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/cbmc_ref.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/downrefs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/human_genes_10x.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mouse_genes_10x.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/pbmc_matrix_small.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/pbmc_meta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/pbmc_vargenes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/testthat/test_gsea.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ context("run_gsea")
shush <- function(...) {
capture.output(..., file = nullfile())
}

test_that("output is correctly formatted", {
data("pbmc_vargenes")

Expand Down

0 comments on commit 0b6aefc

Please sign in to comment.