Skip to content

Commit 025d198

Browse files
committed
Use github remotes for gtable and scales
1 parent f40ba03 commit 025d198

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Suggests:
3838
quantreg,
3939
knitr,
4040
svglite
41+
Remotes:
42+
hadley/gtable,
43+
hadley/scales
4144
Enhances: sp
4245
License: GPL-2
4346
URL: http://ggplot2.org, https://github.com/hadley/ggplot2

revdep/check.R

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

3-
withr::with_libpaths(getOption("devtools.revdep.libpath"), {
4-
install_github("hadley/gtable")
5-
install_github("hadley/scales")
6-
})
7-
83
res <- revdep_check(threads = 6)
94
revdep_check_save_summary()
105
revdep_check_print_problems()
6+
7+
# revdep_email(date = "Feb 26", only_problems = TRUE, draft = FALSE)

0 commit comments

Comments
 (0)