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 f40ba03 commit 025d198Copy full SHA for 025d198
DESCRIPTION
@@ -38,6 +38,9 @@ Suggests:
38
quantreg,
39
knitr,
40
svglite
41
+Remotes:
42
+ hadley/gtable,
43
+ hadley/scales
44
Enhances: sp
45
License: GPL-2
46
URL: http://ggplot2.org, https://github.com/hadley/ggplot2
revdep/check.R
@@ -1,10 +1,7 @@
1
library("devtools")
2
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)
9
revdep_check_save_summary()
10
revdep_check_print_problems()
+
+# revdep_email(date = "Feb 26", only_problems = TRUE, draft = FALSE)
0 commit comments