Skip to content

Commit

Permalink
Update reverse dependency checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Feb 26, 2021
1 parent 6fa48eb commit 57c1d10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Test environments
* local OS X install, R 4.0.0
* ubuntu 16.04, macOS Catalina, Windows 10 (on GitHub Actions), R 4.0, 3.6, 3.5, 3.4, 3.3
* local OS X install
* ubuntu, macOS, Windows (on GitHub Actions)

## R CMD check results

0 errors | 0 warnings | 0 note

## revdepcheck results

We checked 17 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 19 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
19 changes: 10 additions & 9 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,34 @@

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.2 (2020-06-22) |
|os |macOS Catalina 10.15.6 |
|version |R version 4.0.4 (2021-02-15) |
|os |macOS Big Sur 10.16 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2020-10-27 |
|date |2021-02-26 |

# Dependencies

|package |old |new |Δ |
|:---------|:------|:----------|:--|
|odbc |1.2.3 |1.2.3.9000 |* |
|odbc |1.3.0 |1.3.0.9000 |* |
|bit |4.0.4 |4.0.4 | |
|bit64 |4.0.5 |4.0.5 | |
|blob |1.2.1 |1.2.1 | |
|DBI |1.1.0 |1.1.0 | |
|DBI |1.1.1 |1.1.1 | |
|digest |0.6.27 |0.6.27 | |
|ellipsis |0.3.1 |0.3.1 | |
|glue |1.4.2 |1.4.2 | |
|hms |0.5.3 |0.5.3 | |
|hms |1.0.0 |1.0.0 | |
|lifecycle |1.0.0 |1.0.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|Rcpp |1.0.5 |1.0.5 | |
|rlang |0.4.8 |0.4.8 | |
|vctrs |0.3.4 |0.3.4 | |
|Rcpp |1.0.6 |1.0.6 | |
|rlang |0.4.10 |0.4.10 | |
|vctrs |0.3.6 |0.3.6 | |

# Revdeps

0 comments on commit 57c1d10

Please sign in to comment.