From daa2cfeec602298ffb5434710da4065ac33eb550 Mon Sep 17 00:00:00 2001 From: Sam Albers Date: Mon, 17 May 2021 13:54:16 -0700 Subject: [PATCH] add revdep checks --- .Rbuildignore | 1 + revdep/.gitignore | 3 ++ revdep/README.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++ revdep/cran.md | 7 +++++ revdep/failures.md | 1 + revdep/problems.md | 1 + 6 files changed, 81 insertions(+) create mode 100644 revdep/.gitignore create mode 100644 revdep/README.md create mode 100644 revdep/cran.md create mode 100644 revdep/failures.md create mode 100644 revdep/problems.md diff --git a/.Rbuildignore b/.Rbuildignore index a96a16c..49545df 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,6 +12,7 @@ ^tidyhydat\.md$ ^inst/JOSS$ ^cran-comments.md$ +^revdep$ .github tidyhydat_with_spatial.Rmd Rplots.pdf diff --git a/revdep/.gitignore b/revdep/.gitignore new file mode 100644 index 0000000..09183b7 --- /dev/null +++ b/revdep/.gitignore @@ -0,0 +1,3 @@ +checks +library +data.sqlite diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 0000000..fa5b339 --- /dev/null +++ b/revdep/README.md @@ -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 | | +|:----------|:--------|:--------|:--| +|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 + diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 0000000..d07935b --- /dev/null +++ b/revdep/cran.md @@ -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 + diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file