Skip to content

Commit

Permalink
crancheck fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Oct 3, 2024
1 parent fec2063 commit b5b5b70
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
^data-raw$
^\.bumpversion\.toml$

inst/rmd/rnasum.html
^CODE_OF_CONDUCT\.md$
^inst/rmd/rnasum.html$
inst/rmd/html
2 changes: 2 additions & 0 deletions R/utils_shortcuts.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ dummy1 <- function() {
optparse::make_option
preprocessCore::normalize.quantiles
ragg::agg_png
purrr::map
stringr::str_detect
}
7 changes: 4 additions & 3 deletions man/pcgr_tiers_tsv_read.Rd

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

2 changes: 1 addition & 1 deletion tests/testthat/test-roxytest-testexamples-pcgr.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# File R/pcgr.R: @testexamples

test_that("Function pcgr_tiers_tsv_read() @ L17", {
test_that("Function pcgr_tiers_tsv_read() @ L18", {

x <- system.file(
"rawdata/test_data/umccrised/test_sample_WGS/small_variants",
Expand Down

0 comments on commit b5b5b70

Please sign in to comment.