Skip to content

Commit

Permalink
Run revdep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 12, 2022
1 parent 41b54d7 commit f1deeb6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 64 deletions.
6 changes: 5 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@

## revdepcheck results

This release fixes a compilation issue on Solaris.
We checked 108 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

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

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 |
|:------------------------------------|:-------|:------|:-------|:----|
|[duawranglr](problems.md#duawranglr) |0.6.5 |__+1__ | |1 |

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

We checked 88 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 108 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)

* duawranglr
checking tests ... ERROR

48 changes: 1 addition & 47 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,47 +1 @@
# duawranglr

<details>

* Version: 0.6.5
* GitHub: https://github.com/btskinner/duawranglr
* Source code: https://github.com/cran/duawranglr
* Date/Publication: 2019-11-19 22:10:03 UTC
* Number of recursive dependencies: 60

Run `cloud_details(, "duawranglr")` 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:
>
> test_check("duawranglr")
ReadStat: Error parsing page 0, bytes 1024-5119
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-sreader__.R:69:5): Failed to read crosswalk file of type: SAS (sas7bdat) ──
Error: Failed to parse /tmp/workdir/duawranglr/new/duawranglr.Rcheck/tests/testthat/testdata/dua_one.sas7bdat: Invalid file, or file has unsupported features.
Backtrace:
1. └─duawranglr:::sreader__("./testdata/dua_one.sas7bdat") test-sreader__.R:69:4
2. └─haven::read_sas(file, ...)
3. └─haven:::df_parse_sas_file(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 52 ]
Error: Test failures
Execution halted
```
## In both
* checking dependencies in R code ... NOTE
```
Namespaces in Imports field not imported from:
‘digest’ ‘dplyr’
All declared Imports should be used.
```
*Wow, no problems at all. :)*

0 comments on commit f1deeb6

Please sign in to comment.