Skip to content

Commit

Permalink
it seems 9000 is still too big
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Aug 15, 2024
1 parent 8d7e092 commit 1ba376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/revcheck.R
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ cloud_check = function(pkgs = NULL, ...) {
tgz = pkg_build() # tarball
pkg = gsub('_.*$', '', tgz)
if (length(pkgs) == 0) pkgs = setdiff(get_fun('cran_revdeps')(pkg, bioc = TRUE), pkg)
N = 9000 # max is 10000 packages per batch job
N = 200 # max is 10000 packages per batch job
jobs = broken = NULL
rver = format(getRversion())
check = function(...) {
Expand Down

0 comments on commit 1ba376e

Please sign in to comment.