Skip to content

Commit

Permalink
add revdepcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Sep 17, 2024
1 parent cb18a08 commit 5f5ca3f
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
^data-raw$
^codecov\.yml$
^\.covrignore$
^revdep$
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
55 changes: 55 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.4.0 (2024-04-24) |
|os |Ubuntu 24.04 LTS |
|system |x86_64, linux-gnu |
|ui |X11 |
|language |en |
|collate |C.UTF-8 |
|ctype |C.UTF-8 |
|tz |Asia/Shanghai |
|date |2024-09-17 |
|pandoc |3.1.3 @ /usr/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:------------|:-----|:-----|:--|
|ggalign |0.0.3 |0.0.4 |* |
|cli |3.6.3 |3.6.3 | |
|colorspace |2.1-1 |2.1-1 | |
|cpp11 |0.5.0 |0.5.0 | |
|dplyr |1.1.4 |1.1.4 | |
|fansi |1.0.6 |1.0.6 | |
|farver |2.1.2 |2.1.2 | |
|generics |0.1.3 |0.1.3 | |
|ggh4x |0.2.8 |0.2.8 | |
|ggplot2 |3.5.1 |3.5.1 | |
|glue |1.7.0 |1.7.0 | |
|gtable |0.3.5 |0.3.5 | |
|isoband |0.2.7 |0.2.7 | |
|labeling |0.4.3 |0.4.3 | |
|lifecycle |1.0.4 |1.0.4 | |
|magrittr |2.0.3 |2.0.3 | |
|munsell |0.5.1 |0.5.1 | |
|pillar |1.9.0 |1.9.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|purrr |1.0.2 |1.0.2 | |
|R6 |2.5.1 |2.5.1 | |
|RColorBrewer |1.1-3 |1.1-3 | |
|rlang |1.1.4 |1.1.4 | |
|scales |1.3.0 |1.3.0 | |
|stringi |1.8.4 |1.8.4 | |
|stringr |1.5.1 |1.5.1 | |
|tibble |3.2.1 |3.2.1 | |
|tidyr |1.3.1 |1.3.1 | |
|tidyselect |1.2.1 |1.2.1 | |
|utf8 |1.2.4 |1.2.4 | |
|vctrs |0.6.5 |0.6.5 | |
|viridisLite |0.4.2 |0.4.2 | |
|withr |3.0.1 |3.0.1 | |

# 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 5f5ca3f

Please sign in to comment.