Skip to content

Commit 1a20599

Browse files
committed
Rerun revdep checks
1 parent 532daec commit 1a20599

File tree

3 files changed

+6108
-17880
lines changed

3 files changed

+6108
-17880
lines changed

revdep/check.R

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
library("devtools")
22

3-
res <- revdep_check()
3+
withr::with_libpaths(getOption("devtools.revdep.libpath"), {
4+
install_github("hadley/gtable")
5+
install_github("hadley/scales")
6+
})
7+
8+
res <- revdep_check(threads = 6)
49
revdep_check_save_summary(res)
10+

0 commit comments

Comments
 (0)