Skip to content

Commit

Permalink
Run revdep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jul 16, 2022
1 parent 2d1bb8b commit c873f6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 63 deletions.
12 changes: 2 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@

## revdepcheck results

We checked 116 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 117 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 1 new problems
* We saw 0 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* portalr
checking tests ... ERROR
Looks like a false positive
6 changes: 0 additions & 6 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
# Revdeps

## New problems (1)

|package |version |error |warning |note |
|:------------------------------|:-------|:------|:-------|:----|
|[portalr](problems.md#portalr) |0.3.9 |__+1__ | | |

11 changes: 2 additions & 9 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
## revdepcheck results

We checked 116 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 117 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 1 new problems
* We saw 0 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* portalr
checking tests ... ERROR
39 changes: 1 addition & 38 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,38 +1 @@
# portalr

<details>

* Version: 0.3.9
* GitHub: https://github.com/weecology/portalr
* Source code: https://github.com/cran/portalr
* Date/Publication: 2021-12-03 05:20:02 UTC
* Number of recursive dependencies: 106

Run `cloud_details(, "portalr")` for more info

</details>

## Newly broken

* checking tests ... ERROR
```
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
5. ├─base::as.data.frame(.)
6. ├─tidyr::complete(., !!!grouping, fill = list(presence = 0))
7. ├─dplyr::mutate(., presence = 1)
8. ├─dplyr::distinct(.)
9. └─dplyr::select(., !!!grouping)
── Error (test-11-phenocam.R:6:1): (code run outside of `test_that()`) ─────────
Error in `-nrow(moon_dates)`: invalid argument to unary operator
Backtrace:
1. └─portalr::phenocam("newmoon", path = portal_data_path) at test-11-phenocam.R:6:0
2. └─base::as.Date(moon_dates$newmoondate[-nrow(moon_dates)])
[ FAIL 13 | WARN 43 | SKIP 41 | PASS 13 ]
Error: Test failures
Execution halted
```
*Wow, no problems at all. :)*

0 comments on commit c873f6c

Please sign in to comment.