Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
added revdep folder for revdep checks, and rbuildignore it
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 21, 2016
1 parent de12588 commit bb1ca9b
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .Rbuildignore
Expand Up @@ -10,4 +10,6 @@ cran-comments.md
^.*\.Rproj$
^\.Rproj\.user$
README.Rmd
vignettes/figure
^cran-comments\.md$
^revdep$

36 changes: 36 additions & 0 deletions revdep/README.md
@@ -0,0 +1,36 @@
# Setup

## Platform

|setting |value |
|:--------|:-------------------------------------------|
|version |R version 3.3.1 Patched (2016-07-13 r70908) |
|system |x86_64, darwin13.4.0 |
|ui |RStudio (0.99.1243) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2016-07-21 |

## Packages

|package |* |version |date |source |
|:-------|:--|:----------|:----------|:----------------------------|
|knitr | |1.13.7 |2016-07-21 |Github (yihui/knitr@89de8c0) |
|rplos |* |0.5.6.9942 |2016-07-21 |local (ropensci/rplos@NA) |

# Check results
2 packages

## alm (0.4.0)
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Bug reports: http://www.github.com/ropensci/alm/issues

0 errors | 0 warnings | 2 notes

## fulltext (0.1.6)
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Bug reports: https://github.com/ropensci/fulltext/issues

0 errors | 0 warnings | 0 notes

6 changes: 6 additions & 0 deletions revdep/check.R
@@ -0,0 +1,6 @@
library("devtools")

res <- revdep_check(threads = 4)
revdep_check_save_summary()
revdep_check_print_problems()
#revdep_email(date = "June 9", only_problems = TRUE, draft = FALSE)
Binary file added revdep/checks.rds
Binary file not shown.
25 changes: 25 additions & 0 deletions revdep/problems.md
@@ -0,0 +1,25 @@
# Setup

## Platform

|setting |value |
|:--------|:-------------------------------------------|
|version |R version 3.3.1 Patched (2016-07-13 r70908) |
|system |x86_64, darwin13.4.0 |
|ui |RStudio (0.99.1243) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2016-07-21 |

## Packages

|package |* |version |date |source |
|:-------|:--|:----------|:----------|:----------------------------|
|knitr | |1.13.7 |2016-07-21 |Github (yihui/knitr@89de8c0) |
|rplos |* |0.5.6.9942 |2016-07-21 |local (ropensci/rplos@NA) |

# Check results
0 packages with problems


0 comments on commit bb1ca9b

Please sign in to comment.