Skip to content

Commit

Permalink
Don't build manuals in revdep check [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Apr 15, 2024
1 parent 1948706 commit 5dded7b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/revdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
utils::download.packages(devtools::revdep(),
"revdep",
repos = "https://cloud.r-project.org/")
tools::check_packages_in_dir("revdep", Ncpus = 4)
tools::check_packages_in_dir("revdep",
check_args = "--as-cran --no-manual",
Ncpus = 4)
tools::summarize_check_packages_in_dir_results("revdep")
revdepig <- c(
"checks", "library", "checks.noindex", "library.noindex",
"data.sqlite", "*.html" )
shell: Rscript {0}

Expand Down

0 comments on commit 5dded7b

Please sign in to comment.