Skip to content

Commit

Permalink
replace dontrun with donttest
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTheStudent committed May 18, 2022
1 parent 6f8ca3e commit d5d031a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/pseudobulk.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pseudobulk_id <- function(factor_df) {
#' treatment=dummy_variable(c("control", "treated")))
#'
#' obj <- rule(simulated_umis, "T", "CD3E",">", 1e-4)
#' \dontrun{ # > 5 s in CRAN check
#' \donttest{ # > 5 s in CRAN check
#' dds <- class_to_deseq2(obj, meta_data, "T", ~ treatment)
#' }
class_to_deseq2 <- function(obj, meta_df, class, design = ~ condition) {
Expand Down
2 changes: 1 addition & 1 deletion man/class_to_deseq2.Rd

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

0 comments on commit d5d031a

Please sign in to comment.