Skip to content

Commit

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

## revdepcheck results

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

* We saw 0 new problems
* We saw 1 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: 6 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Revdeps

## New problems (1)

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

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

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

* We saw 0 new problems
* We saw 1 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: 38 additions & 1 deletion revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
*Wow, no problems at all. :)*
# 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
```

0 comments on commit 56c6496

Please sign in to comment.