We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532daec commit 1a20599Copy full SHA for 1a20599
revdep/check.R
@@ -1,4 +1,10 @@
1
library("devtools")
2
3
-res <- revdep_check()
+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)
9
revdep_check_save_summary(res)
10
0 commit comments