Skip to content

Commit

Permalink
Merge pull request satijalab#50 from satijalab/fix/PassRDevel
Browse files Browse the repository at this point in the history
ensure checks pass on R devel
  • Loading branch information
mojaveazure authored Apr 15, 2019
2 parents cc45b31 + 232aacf commit 6c04b1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/differential_expression.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ globalVariables(
#' # Find markers for all clusters
#' all.markers <- FindAllMarkers(object = pbmc_small)
#' head(x = all.markers)
#'
#' \dontrun{
#' # Pass a value to node as a replacement for FindAllMarkersNode
#' pbmc_small <- BuildClusterTree(object = pbmc_small)
#' all.markers <- FindAllMarkers(object = pbmc_small, node = 4)
#' head(x = all.markers)
#' }
#'
FindAllMarkers <- function(
object,
Expand Down
3 changes: 2 additions & 1 deletion man/FindAllMarkers.Rd

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

2 changes: 2 additions & 0 deletions tests/testthat/test_data_manipulation.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Tests for functions in data_manipulation.cpp
# change in random number generation in R3.6, this ensures tests will pass under older and newer Rs
suppressWarnings(RNGversion(vstr = "3.5.3"))
set.seed(42)
library(Matrix)

Expand Down

0 comments on commit 6c04b1f

Please sign in to comment.