r-lib / rcmdcheck

Run R CMD check from R and collect the results
https://rcmdcheck.r-lib.org
Other
115 stars 27 forks source link

Weird octmode bug #58

Closed hadley closed 6 years ago

hadley commented 6 years ago
[54/384] 00:46:08 | ETA:  5h | (4) metacoder [CC], metagear [I], metagenom...Error in as.octmode(mode) : 'x' cannot be coerced to class "octmode"
> traceback()
9: stop("'x' cannot be coerced to class \"octmode\"")
8: as.octmode(mode)
7: dir.create(out, recursive = TRUE, showWarnings = FALSE) at check.R#17
6: check_proc(pkgdir, pkgname, version = version) at check.R#41
5: check_task(state, task) at event-loop.R#287
4: do_task(state, task) at event-loop.R#68
3: run_event_loop(state) at revdepcheck.R#196
2: revdep_run(pkg, quiet = quiet, timeout = timeout, num_workers = num_workers) at revdepcheck.R#68
1: revdepcheck:::revdep_check(num_workers = 4)

Seems like this is a bug in dir.create()? Maybe the fix will be to switch to fs when it's ready.

gaborcsardi commented 6 years ago

Moved to revdepcheck.