Skip to content

Commit

Permalink
added revdep and rbuildignore it
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 9, 2017
1 parent a95b1e1 commit 20a1549
Show file tree
Hide file tree
Showing 6 changed files with 82 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 @@ man-roxygen
^cran-comments\.md$
.github
docs
revdep
41 changes: 41 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Setup

## Platform

|setting |value |
|:--------|:-------------------------------------------|
|version |R version 3.4.0 Patched (2017-04-24 r72617) |
|system |x86_64, darwin15.6.0 |
|ui |RStudio (1.1.223) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Vancouver |
|date |2017-05-09 |

## Packages

|package |* |version |date |source |
|:-------|:--|:-------|:----------|:--------------------------|
|hoardr | |0.2.0 |2017-05-09 |local (ropensci/hoardr@NA) |

# Check results

2 packages

|package |version | errors| warnings| notes|
|:--------|:-------|------:|--------:|-----:|
|rnoaa |0.7.0 | 0| 0| 0|
|taxizedb |0.1.0 | 0| 0| 0|

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

0 errors | 0 warnings | 0 notes

## taxizedb (0.1.0)
Maintainer: Scott Chamberlain <myrmecocystus+r@gmail.com>
Bug reports: https://github.com/ropensci/taxizedb/issues

0 errors | 0 warnings | 0 notes

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(threads = 4)
revdep_check_save_summary()
revdep_check_print_problems()
Binary file added revdep/checks.rds
Binary file not shown.
27 changes: 27 additions & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Setup

## Platform

|setting |value |
|:--------|:-------------------------------------------|
|version |R version 3.4.0 Patched (2017-04-24 r72617) |
|system |x86_64, darwin15.6.0 |
|ui |RStudio (1.1.223) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Vancouver |
|date |2017-05-09 |

## Packages

|package |* |version |date |source |
|:-------|:--|:-------|:----------|:--------------------------|
|hoardr | |0.2.0 |2017-05-09 |local (ropensci/hoardr@NA) |

# Check results

0 packages with problems




8 changes: 8 additions & 0 deletions revdep/timing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Check times

|package |version | check_time|
|:--------|:-------|----------:|
|rnoaa |0.7.0 | 47.2|
|taxizedb |0.1.0 | 23.1|


0 comments on commit 20a1549

Please sign in to comment.