Skip to content

Commit daa2cfe

Browse files
committed
add revdep checks
1 parent dcfb348 commit daa2cfe

File tree

6 files changed

+81
-0
lines changed

6 files changed

+81
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
^tidyhydat\.md$
1313
^inst/JOSS$
1414
^cran-comments.md$
15+
^revdep$
1516
.github
1617
tidyhydat_with_spatial.Rmd
1718
Rplots.pdf

revdep/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
checks
2+
library
3+
data.sqlite

revdep/README.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:----------------------------|
5+
|version |R version 4.0.5 (2021-03-31) |
6+
|os |Windows 10 x64 |
7+
|system |x86_64, mingw32 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |English_Canada.1252 |
11+
|ctype |English_Canada.1252 |
12+
|tz |America/Los_Angeles |
13+
|date |2021-05-17 |
14+
15+
# Dependencies
16+
17+
|package |old |new |<U+0394> |
18+
|:----------|:--------|:--------|:--|
19+
|tidyhydat |0.5.2 |0.5.3 |* |
20+
|askpass |1.1 |1.1 | |
21+
|assertthat |0.2.1 |0.2.1 | |
22+
|BH |1.75.0-0 |1.75.0-0 | |
23+
|bit |4.0.4 |4.0.4 | |
24+
|bit64 |4.0.5 |4.0.5 | |
25+
|blob |1.2.1 |1.2.1 | |
26+
|cachem |1.0.4 |1.0.4 | |
27+
|cli |2.5.0 |2.5.0 | |
28+
|clipr |0.7.1 |0.7.1 | |
29+
|cpp11 |0.2.7 |0.2.7 | |
30+
|crayon |1.4.1 |1.4.1 | |
31+
|curl |4.3.1 |4.3.1 | |
32+
|DBI |1.1.1 |1.1.1 | |
33+
|dbplyr |2.1.1 |2.1.1 | |
34+
|dplyr |1.0.6 |1.0.6 | |
35+
|ellipsis |0.3.2 |0.3.2 | |
36+
|fansi |0.4.2 |0.4.2 | |
37+
|fastmap |1.1.0 |1.1.0 | |
38+
|generics |0.1.0 |0.1.0 | |
39+
|glue |1.4.2 |1.4.2 | |
40+
|hms |1.1.0 |1.1.0 | |
41+
|httr |1.4.2 |1.4.2 | |
42+
|jsonlite |1.7.2 |1.7.2 | |
43+
|lifecycle |1.0.0 |1.0.0 | |
44+
|lubridate |1.7.10 |1.7.10 | |
45+
|magrittr |2.0.1 |2.0.1 | |
46+
|memoise |2.0.0 |2.0.0 | |
47+
|mime |0.10 |0.10 | |
48+
|openssl |1.4.4 |1.4.4 | |
49+
|pillar |1.6.1 |1.6.1 | |
50+
|pkgconfig |2.0.3 |2.0.3 | |
51+
|plogr |0.2.0 |0.2.0 | |
52+
|purrr |0.3.4 |0.3.4 | |
53+
|R6 |2.5.0 |2.5.0 | |
54+
|rappdirs |0.3.3 |0.3.3 | |
55+
|Rcpp |1.0.6 |1.0.6 | |
56+
|readr |1.4.0 |1.4.0 | |
57+
|rlang |0.4.11 |0.4.11 | |
58+
|RSQLite |2.2.7 |2.2.7 | |
59+
|sys |3.4 |3.4 | |
60+
|tibble |3.1.1 |3.1.1 | |
61+
|tidyr |1.1.3 |1.1.3 | |
62+
|tidyselect |1.1.1 |1.1.1 | |
63+
|utf8 |1.2.1 |1.2.1 | |
64+
|vctrs |0.3.8 |0.3.8 | |
65+
|withr |2.4.2 |2.4.2 | |
66+
67+
# Revdeps
68+

revdep/cran.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## revdepcheck results
2+
3+
We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
4+
5+
* We saw 0 new problems
6+
* We failed to check 0 packages
7+

revdep/failures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

revdep/problems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)