Skip to content

Commit

Permalink
update revdep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 12, 2020
1 parent c84b01b commit 473d849
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
23 changes: 7 additions & 16 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,21 @@

|field |value |
|:--------|:-------------------------------------------|
|version |R version 3.5.1 Patched (2018-08-12 r75119) |
|os |macOS High Sierra 10.13.6 |
|system |x86_64, darwin15.6.0 |
|version |R version 4.0.3 Patched (2020-11-02 r79396) |
|os |macOS Catalina 10.15.7 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |US/Pacific |
|date |2018-10-22 |
|date |2020-11-12 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:---|:--|
|jqr |1.0.0 |NA |* |
|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|jqr |1.1.0 |1.2.0 |* |

# Revdeps

## All (4)

|package |version |error |warning |note |
|:---------|:-------|:-----|:-------|:----|
|geojson |0.2.0 | | | |
|geojsonio |0.6.0 | | | |
|googleway |2.7.1 | | | |
|rdflib |0.1.0 | | | |

1 change: 1 addition & 0 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
revdepcheck::revdep_check()
revdepcheck::revdep_check(num_workers = 4)
1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 473d849

Please sign in to comment.