Skip to content

Commit

Permalink
run revdepcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Jun 22, 2020
1 parent 1dfe5cf commit bc0fc06
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
^cran-comments\.md$
^CRAN-RELEASE$
^\.github$
^revdep
17 changes: 13 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
This is a patch release including a range of bug fixes but no new features or
breaking changes

## Test environments
* local R installation, R 3.6.0
* ubuntu 16.04 (on travis-ci), R 3.6.0
* local R installation, R 4.0.1
* ubuntu 16.04 (on travis-ci), R 4.0.1
* win-builder (devel)

## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 note

## revdepcheck results

We checked 25 reverse dependencies (24 from CRAN + 1 from BioConductor),
comparing R CMD check results across CRAN and dev versions of this package.

* This is a new release.
* We saw 0 new problems
* We failed to check 0 packages
24 changes: 24 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Platform

|field |value |
|:--------|:--------------------------------------|
|version |R version 4.0.1 RC (2020-05-30 r78624) |
|os |macOS Catalina 10.15.5 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/Copenhagen |
|date |2020-06-22 |

# Dependencies

|package |old |new |Δ |
|:---------|:-----|:----------|:--|
|patchwork |1.0.0 |1.0.0.9000 |* |
|backports |NA |1.1.8 |* |
|isoband |NA |0.2.2 |* |

# Revdeps

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 bc0fc06

Please sign in to comment.