Skip to content

Commit

Permalink
retry submit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Jul 7, 2023
1 parent d1597ec commit f6999e6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 2.2.2
Date: 2023-07-04 01:49:00 UTC
SHA: 2d9adc13b508afcf434b647faaa16823e4693f78
Date: 2023-07-07 12:15:28 UTC
SHA: d1597ec617bf6086a6705d509d08bb7a2a41eb25
2 changes: 2 additions & 0 deletions R/read_maf.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#'
#' @inheritParams maftools::read.maf
#' @examples
#' \donttest{
#' laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools", mustWork = TRUE)
#' if (!require("R.utils")) {
#' message("Please install 'R.utils' package firstly")
Expand All @@ -25,6 +26,7 @@
#' laml2 <- read_maf_minimal(laml_mini)
#' laml2
#' }
#' }
#' @testexamples
#' expect_s4_class(laml, "MAF")
#' @export
Expand Down
2 changes: 2 additions & 0 deletions man/read_maf.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/scoring.Rd

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

4 changes: 2 additions & 2 deletions man/sig_auto_extract.Rd

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

4 changes: 3 additions & 1 deletion tests/testthat/test-roxytest-testexamples-read_maf.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# File R/read_maf.R: @testexamples

test_that("Function read_maf() @ L33", {
test_that("Function read_maf() @ L35", {


laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools", mustWork = TRUE)
if (!require("R.utils")) {
Expand All @@ -19,6 +20,7 @@ test_that("Function read_maf() @ L33", {
laml2 <- read_maf_minimal(laml_mini)
laml2
}

expect_s4_class(laml, "MAF")
})

0 comments on commit f6999e6

Please sign in to comment.