Skip to content

Commit

Permalink
chore: update revdep results
Browse files Browse the repository at this point in the history
  • Loading branch information
adamblake committed Nov 4, 2023
1 parent e91d660 commit d1797e9
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 27 deletions.
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ R CMD check succeeded

## Reverse dependencies

Dependencies were identified with `devtools::revdep_check()` and tested with `revdepcheck::revdep_check(num_workers = 4)`. No problems were found.
Dependencies were identified with `devtools::revdep()` and tested with `revdepcheck::revdep_check(num_workers = 4)`. No problems were found.

Packages:

- coursekata
- eda4treeR
43 changes: 24 additions & 19 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
# 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 |
|field |value |
|:--------|:--------------------------------|
|version |R version 4.3.1 (2023-06-16) |
|os |macOS Sonoma 14.0 |
|system |aarch64, darwin23.0.0 |
|ui |unknown |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Los_Angeles |
|date |2023-11-04 |
|pandoc |3.1.9 @ /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 | \* |
|package |old |new |Δ |
|:---------|:-----|:-----|:--|
|supernova |2.5.7 |2.5.8 |* |
|rlang |NA |1.1.2 |* |
|withr |NA |2.5.2 |* |

# Revdeps

- eda4treeR
## Failed to check (2)

|package |version |error |warning |note |
|:----------|:-------|:-----|:-------|:----|
|coursekata |? | | | |
|eda4treeR |? | | | |

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 2 reverse dependencies (0 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
5 changes: 0 additions & 5 deletions revdep/email.yml

This file was deleted.

67 changes: 66 additions & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1 +1,66 @@
*Wow, no problems at all. :)*
# coursekata

<details>

* Version:
* GitHub: https://github.com/UCLATALL/supernova
* Source code: NA
* Number of recursive dependencies: 0

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
# eda4treeR

<details>

* Version:
* GitHub: https://github.com/UCLATALL/supernova
* Source code: NA
* Number of recursive dependencies: 0

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```

0 comments on commit d1797e9

Please sign in to comment.