-
Notifications
You must be signed in to change notification settings - Fork 117
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
8 additions
and
64 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 | | ||
|:------------------------------------|:-------|:------|:-------|:----| | ||
|[duawranglr](problems.md#duawranglr) |0.6.5 |__+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,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 | ||
|
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,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. :)* |