Skip to content

Commit

Permalink
chore: add revdep checks now that there is a revdep
Browse files Browse the repository at this point in the history
  • Loading branch information
adamblake committed Aug 23, 2023
1 parent 34dbdec commit 6ef1fb6
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ cache_test_data
^CRAN-SUBMISSION$
^LICENSE\.md$
^\.vscode$
^revdep$
6 changes: 5 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ R CMD check succeeded

## Reverse dependencies

No known reverse dependencies (no results from `devtools::revdep('supernova')`)
Dependencies were identified with `devtools::revdep_check()` and tested with `revdepcheck::revdep_check(num_workers = 4)`. No problems were found.

Packages:

- eda4treeR
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
27 changes: 27 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Platform

| field | value |
| :------- | :--------------------------------- |
| version | R version 4.2.3 (2023-03-15) |
| os | macOS Ventura 13.5 |
| system | aarch64, darwin20 |
| ui | X11 |
| language | (EN) |
| collate | en_US.UTF-8 |
| ctype | en_US.UTF-8 |
| tz | America/Los_Angeles |
| date | 2023-08-23 |
| pandoc | 3.1.6.2 @ /opt/homebrew/bin/pandoc |

# Dependencies

| package | old | new | Δ |
| :-------- | :---- | :---- | :-- |
| supernova | 2.5.6 | 2.5.7 | \* |
| ggplot2 | NA | 3.4.3 | \* |
| gtable | NA | 0.3.4 | \* |
| purrr | NA | 1.0.2 | \* |

# Revdeps

- eda4treeR
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 1 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

5 changes: 5 additions & 0 deletions revdep/email.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
release_date: ???
rel_release_date: ???
my_news_url: ???
release_version: ???
release_details: ???
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 6ef1fb6

Please sign in to comment.