Skip to content

Commit

Permalink
Update revdep.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Oct 26, 2023
1 parent d69065d commit e5c33d9
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 0 deletions.
7 changes: 7 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html
61 changes: 61 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Platform

|field |value |
|:--------|:------------------------------------------------------------------------------------|
|version |R version 4.3.1 (2023-06-16 ucrt) |
|os |Windows 10 x64 (build 19045) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_United States.utf8 |
|ctype |English_United States.utf8 |
|tz |America/Denver |
|date |2023-10-25 |
|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) |
|pandoc |3.1.1 @ C:/Program Files/RStudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:-----------|:-----|:-----|:--|
|eia |0.3.7 |0.3.8 |* |
|askpass |1.2.0 |1.2.0 | |
|cachem |1.0.8 |1.0.8 | |
|cellranger |1.1.0 |1.1.0 | |
|cli |3.6.1 |3.6.1 | |
|cpp11 |0.4.6 |0.4.6 | |
|crayon |1.5.2 |1.5.2 | |
|curl |5.1.0 |5.1.0 | |
|dplyr |1.1.3 |NA |* |
|fansi |1.0.5 |1.0.5 | |
|fastmap |1.1.1 |1.1.1 | |
|generics |0.1.3 |0.1.3 | |
|glue |1.6.2 |1.6.2 | |
|hms |1.1.3 |1.1.3 | |
|httr |1.4.7 |1.4.7 | |
|jsonlite |1.8.7 |1.8.7 | |
|lifecycle |1.0.3 |1.0.3 | |
|lubridate |1.9.3 |1.9.3 | |
|magrittr |2.0.3 |2.0.3 | |
|memoise |2.0.1 |2.0.1 | |
|mime |0.12 |0.12 | |
|openssl |2.1.1 |2.1.1 | |
|pillar |1.9.0 |1.9.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|prettyunits |1.2.0 |1.2.0 | |
|progress |1.2.2 |1.2.2 | |
|purrr |1.0.2 |1.0.2 | |
|R6 |2.5.1 |2.5.1 | |
|readxl |1.4.3 |1.4.3 | |
|rematch |2.0.0 |2.0.0 | |
|rlang |1.1.1 |1.1.1 | |
|sys |3.4.2 |3.4.2 | |
|tibble |3.2.1 |3.2.1 | |
|tidyselect |1.2.0 |NA |* |
|timechange |0.2.0 |0.2.0 | |
|utf8 |1.2.4 |1.2.4 | |
|vctrs |0.6.4 |0.6.4 | |
|withr |2.5.1 |NA |* |

# 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 0 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 e5c33d9

Please sign in to comment.