Skip to content

Commit

Permalink
check with --as-cran
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 15, 2024
1 parent 3ad1911 commit 27f24f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
checkdir <- "${{matrix.check}}"
options(repos = c(CRAN = 'https://cloud.r-project.org'))
reverse <- list(repos = 'https://cloud.r-project.org', which = "${{ inputs.which }}")
tools::check_packages_in_dir(checkdir, reverse = reverse, Ncpus = parallel::detectCores())
tools::check_packages_in_dir(checkdir, check_args = "--as-cran", reverse = reverse, Ncpus = parallel::detectCores())
details <- tools::check_packages_in_dir_details(checkdir)
write.csv(details, file.path(checkdir, 'check-details.csv'))
writeLines(paste(format(details), collapse = "\n\n"), file.path(checkdir, 'check-details.txt'))
Expand Down

0 comments on commit 27f24f5

Please sign in to comment.