Skip to content

Commit

Permalink
Add revdep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 9, 2014
1 parent 0873f95 commit 8a21e45
Show file tree
Hide file tree
Showing 4 changed files with 447 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ demo/pandas
^\.httr-oauth$
^cran-comments\.md$
^README\.Rmd$
^revdep$
1 change: 1 addition & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/
5 changes: 5 additions & 0 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
library("devtools")

res <- revdep_check()
revdep_check_save_summary(res)
revdep_check_save_logs(res)
Loading

0 comments on commit 8a21e45

Please sign in to comment.