Skip to content

Commit

Permalink
Re-run check for APCalign
Browse files Browse the repository at this point in the history
I inspected the failure and it looked very strange and, I suspected, an instance of Weird Shit Happens.

So I re-ran it in the cloud checks, twice, and it passed cleanly.

Fixing up the revdep results to reflect this finding.
  • Loading branch information
jennybc committed Jan 10, 2024
1 parent 49a4033 commit fd7036f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
6 changes: 0 additions & 6 deletions revdep/README.md
@@ -1,8 +1,2 @@
# Revdeps

## New problems (1)

|package |version |error |warning |note |
|:--------|:-------|:------|:-------|:----|
|[APCalign](problems.md#apcalign)|0.1.3 |__+1__ | |1 |

11 changes: 1 addition & 10 deletions revdep/cran.md
Expand Up @@ -2,14 +2,5 @@

We checked 701 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)

* APCalign
checking tests ... ERROR

49 changes: 1 addition & 48 deletions revdep/problems.md
@@ -1,48 +1 @@
# 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
```

*Wow, no problems at all. :)*

0 comments on commit fd7036f

Please sign in to comment.