-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ | | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. :)* |