Skip to content

Commit

Permalink
revdep udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 17, 2018
1 parent e441d2a commit dedd038
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 61 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ appveyor.yml
.github
^CONDUCT\.md$
^codemeta\.json$
revdep/checks.noindex
revdep/data.sqlite
revdep/library.noindex
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.Rproj.user
.Rhistory
.RData
revdep/checks.noindex
revdep/data.sqlite
revdep/library.noindex
39 changes: 16 additions & 23 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,27 @@
# Setup
# Platform

## Platform

|setting |value |
|field |value |
|:--------|:-------------------------------------------|
|version |R version 3.4.1 Patched (2017-07-04 r72893) |
|version |R version 3.4.4 Patched (2018-03-19 r74426) |
|os |macOS High Sierra 10.13.4 |
|system |x86_64, darwin15.6.0 |
|ui |RStudio (1.1.331) |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Vancouver |
|date |2017-08-14 |

## Packages

|package |* |version |date |source |
|:--------|:--|:-------|:----------|:----------------------------|
|rvertnet | |0.6.0 |2017-08-14 |local (ropensci/rvertnet@NA) |
|tz |US/Pacific |
|date |2018-04-16 |

# Check results
# Dependencies

1 packages
|package |old |new |Δ |
|:--------|:-----|:-----|:--|
|rvertnet |0.6.2 |0.7.0 |* |

|package |version | errors| warnings| notes|
|:-------|:-------|------:|--------:|-----:|
|spocc |0.7.0 | 0| 0| 0|
# Revdeps

## spocc (0.7.0)
Maintainer: Scott Chamberlain <[email protected]>
Bug reports: https://github.com/ropensci/spocc/issues
## All (1)

0 errors | 0 warnings | 0 notes
|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|spocc |0.7.0 | | | |

5 changes: 1 addition & 4 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
library("devtools")
library("revdepcheck")

res <- revdep_check()
revdep_check_save_summary()
revdep_check_print_problems()
#revdep_email(date = "June 9", only_problems = TRUE, draft = FALSE)
27 changes: 0 additions & 27 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,27 +0,0 @@
# Setup

## Platform

|setting |value |
|:--------|:-------------------------------------------|
|version |R version 3.4.1 Patched (2017-07-04 r72893) |
|system |x86_64, darwin15.6.0 |
|ui |RStudio (1.1.331) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Vancouver |
|date |2017-08-14 |

## Packages

|package |* |version |date |source |
|:--------|:--|:-------|:----------|:----------------------------|
|rvertnet | |0.6.0 |2017-08-14 |local (ropensci/rvertnet@NA) |

# Check results

0 packages with problems




7 changes: 0 additions & 7 deletions revdep/timing.md

This file was deleted.

0 comments on commit dedd038

Please sign in to comment.