Skip to content

Commit

Permalink
add revdep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed May 17, 2021
1 parent dcfb348 commit daa2cfe
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
^tidyhydat\.md$
^inst/JOSS$
^cran-comments.md$
^revdep$
.github
tidyhydat_with_spatial.Rmd
Rplots.pdf
Expand Down
3 changes: 3 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
checks
library
data.sqlite
68 changes: 68 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.5 (2021-03-31) |
|os |Windows 10 x64 |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_Canada.1252 |
|ctype |English_Canada.1252 |
|tz |America/Los_Angeles |
|date |2021-05-17 |

# Dependencies

|package |old |new |<U+0394> |
|:----------|:--------|:--------|:--|
|tidyhydat |0.5.2 |0.5.3 |* |
|askpass |1.1 |1.1 | |
|assertthat |0.2.1 |0.2.1 | |
|BH |1.75.0-0 |1.75.0-0 | |
|bit |4.0.4 |4.0.4 | |
|bit64 |4.0.5 |4.0.5 | |
|blob |1.2.1 |1.2.1 | |
|cachem |1.0.4 |1.0.4 | |
|cli |2.5.0 |2.5.0 | |
|clipr |0.7.1 |0.7.1 | |
|cpp11 |0.2.7 |0.2.7 | |
|crayon |1.4.1 |1.4.1 | |
|curl |4.3.1 |4.3.1 | |
|DBI |1.1.1 |1.1.1 | |
|dbplyr |2.1.1 |2.1.1 | |
|dplyr |1.0.6 |1.0.6 | |
|ellipsis |0.3.2 |0.3.2 | |
|fansi |0.4.2 |0.4.2 | |
|fastmap |1.1.0 |1.1.0 | |
|generics |0.1.0 |0.1.0 | |
|glue |1.4.2 |1.4.2 | |
|hms |1.1.0 |1.1.0 | |
|httr |1.4.2 |1.4.2 | |
|jsonlite |1.7.2 |1.7.2 | |
|lifecycle |1.0.0 |1.0.0 | |
|lubridate |1.7.10 |1.7.10 | |
|magrittr |2.0.1 |2.0.1 | |
|memoise |2.0.0 |2.0.0 | |
|mime |0.10 |0.10 | |
|openssl |1.4.4 |1.4.4 | |
|pillar |1.6.1 |1.6.1 | |
|pkgconfig |2.0.3 |2.0.3 | |
|plogr |0.2.0 |0.2.0 | |
|purrr |0.3.4 |0.3.4 | |
|R6 |2.5.0 |2.5.0 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.6 |1.0.6 | |
|readr |1.4.0 |1.4.0 | |
|rlang |0.4.11 |0.4.11 | |
|RSQLite |2.2.7 |2.2.7 | |
|sys |3.4 |3.4 | |
|tibble |3.1.1 |3.1.1 | |
|tidyr |1.1.3 |1.1.3 | |
|tidyselect |1.1.1 |1.1.1 | |
|utf8 |1.2.1 |1.2.1 | |
|vctrs |0.3.8 |0.3.8 | |
|withr |2.4.2 |2.4.2 | |

# Revdeps

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 2 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

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 daa2cfe

Please sign in to comment.