-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that extra args generate a warning, not an error
And re-run revdeps
- Loading branch information
Showing
6 changed files
with
84 additions
and
5 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,2 +1,8 @@ | ||
# Revdeps | ||
|
||
## New problems (1) | ||
|
||
|package |version |error |warning |note | | ||
|:--------|:-------|:------|:-------|:----| | ||
|[APCalign](problems.md#apcalign)|0.1.3 |__+1__ | |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,7 +1,15 @@ | ||
## revdepcheck results | ||
|
||
We checked 15 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 10 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) | ||
|
||
* APCalign | ||
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 +1,48 @@ | ||
*Wow, no problems at all. :)* | ||
# APCalign | ||
|
||
<details> | ||
|
||
* Version: 0.1.3 | ||
* GitHub: https://github.com/traitecoevo/APCalign | ||
* Source code: https://github.com/cran/APCalign | ||
* Date/Publication: 2023-11-16 22:43:53 UTC | ||
* Number of recursive dependencies: 97 | ||
|
||
Run `revdepcheck::cloud_details(, "APCalign")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking tests ... ERROR | ||
``` | ||
Running ‘testthat.R’ | ||
Running the tests in ‘tests/testthat.R’ failed. | ||
Complete output: | ||
> # This file is part of the standard setup for testthat. | ||
> # It is recommended that you do not modify it. | ||
> # | ||
> # Where should you do additional test configuration? | ||
> # Learn more about the roles of various files in: | ||
> # * https://r-pkgs.org/tests.html | ||
> # * https://testthat.r-lib.org/reference/test_package.html#special-files | ||
... | ||
6. │ └─dplyr:::check_nth_default(default, x = x) | ||
7. │ └─vctrs::vec_init(x) | ||
8. └─vctrs:::stop_scalar_type(`<fn>`(NULL), "x", `<fn>`(vec_init())) | ||
9. └─vctrs:::stop_vctrs(...) | ||
10. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) | ||
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 85 ] | ||
Error: Test failures | ||
In addition: There were 18 warnings (use warnings() to see them) | ||
Execution halted | ||
``` | ||
|
||
## In both | ||
|
||
* checking data for non-ASCII characters ... NOTE | ||
``` | ||
Note: found 4 marked UTF-8 strings | ||
``` | ||
|
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