Skip to content

Commit

Permalink
Merge pull request #308 from IndrajeetPatil/revdep_MM_ed
Browse files Browse the repository at this point in the history
revdep and cran comments
  • Loading branch information
mattansb authored Mar 13, 2021
2 parents c0efe08 + 1ce2403 commit 9c3f91f
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 71 deletions.
29 changes: 29 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Test environments

* local R installation, R 4.0.4
* ubuntu 16.04 (on github actions), R 4.0.4
* win-builder (devel)

## R CMD check results

0 errors | 0 warnings | 0 note

## revdepcheck results

We checked 13 reverse dependencies, comparing R CMD check results across CRAN
and dev versions of this package.

* We saw 1 new problem
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems

(This reports the first line of each new failure)

* statsExpressions

The maintainer of this package confirms that the failure is unrelated to the
`effectsize` update and should resolve itself with the new release
(`statsExpressions 1.0.0`).
21 changes: 10 additions & 11 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,30 @@

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.3 (2020-10-10) |
|version |R version 4.0.4 (2021-02-15) |
|os |macOS Mojave 10.14.6 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/Berlin |
|date |2021-02-04 |
|date |2021-03-11 |

# Dependencies

|package |old |new |Δ |
|:----------|:------|:--------|:--|
|effectsize |0.4.3 |0.4.3.1 |* |
|bayestestR |0.8.2 |0.8.2.1 |* |
|insight |0.12.0 |0.12.0.1 |* |
|parameters |0.11.0 |0.11.0.1 |* |
|package |old |new |Δ |
|:----------|:------|:-------|:--|
|effectsize |0.4.3 |0.4.3-1 |* |
|bayestestR |0.8.2 |0.8.2 | |
|insight |0.13.1 |0.13.1 | |
|parameters |0.12.0 |0.12.0 | |

# Revdeps

## New problems (2)
## New problems (1)

|package |version |error |warning |note |
|:------------------------------------------------|:-------|:------|:-------|:----|
|[correlation](problems.md#correlation) |0.5.0 |__+1__ | | |
|[statsExpressions](problems.md#statsexpressions) |0.7.0 |__+1__ | | |
|[statsExpressions](problems.md#statsexpressions) |1.0.0 |__+1__ | | |

13 changes: 7 additions & 6 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
## revdepcheck results

We checked 13 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 13 reverse dependencies, comparing R CMD check results across CRAN
and dev versions of this package.

* We saw 2 new problems
* We saw 1 new problem
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* correlation
checking tests ...
(This reports the first line of each new failure)

* statsExpressions
checking tests ...

The maintainer of this package confirms that the failure is unrelated to the
`effectsize` update.

70 changes: 16 additions & 54 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,11 @@
# correlation

<details>

* Version: 0.5.0
* GitHub: https://github.com/easystats/correlation
* Source code: https://github.com/cran/correlation
* Date/Publication: 2020-12-02 07:40:19 UTC
* Number of recursive dependencies: 169

Run `revdep_details(, "correlation")` for more info

</details>

## Newly broken

* checking tests ...
```
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
`expected`: 0
── Failure (test-correlation.R:102:7): comparison with other packages ──────────
max(r - as.matrix(ppcor$estimate)) (`actual`) not equal to 0 (`expected`).
`actual`: NA
`expected`: 0
── Failure (test-correlation.R:144:5): format checks ───────────────────────────
c(nrow(out), ncol(out)) (`actual`) not equal to c(6, 13) (`expected`).
`actual`: 6 14
`expected`: 6 13
[ FAIL 6 | WARN 24 | SKIP 1 | PASS 64 ]
Error: Test failures
Execution halted
```

# statsExpressions

<details>

* Version: 0.7.0
* Version: 1.0.0
* GitHub: https://github.com/IndrajeetPatil/statsExpressions
* Source code: https://github.com/cran/statsExpressions
* Date/Publication: 2021-01-19 16:10:02 UTC
* Date/Publication: 2021-03-11 06:20:02 UTC
* Number of recursive dependencies: 153

Run `revdep_details(, "statsExpressions")` for more info
Expand All @@ -57,20 +19,20 @@ Run `revdep_details(, "statsExpressions")` for more info
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
[7] "estimate" | "estimate" [7]
[8] "conf.level" - "ci.width" [8]
[9] "conf.low" | "conf.low" [9]
[10] "conf.high" | "conf.high" [10]
[11] "effectsize" | "effectsize" [11]
`actual$conf.level` is a double vector (0.89, 0.99, 0.9, 0.5)
`expected$conf.level` is absent
`actual$ci.width` is absent
`expected$ci.width` is a double vector (0.89, 0.99, 0.9, 0.5)
[ FAIL 4 | WARN 0 | SKIP 19 | PASS 65 ]
Error: Test failures
1. └─testthat::test_check("statsExpressions")
2. └─testthat::test_dir(...)
3. └─testthat:::test_files(...)
4. └─testthat:::test_files(...)
5. ├─testthat::with_reporter(...)
6. │ ├─base::withRestarts(...)
7. │ │ └─base:::withOneRestart(expr, restarts[[1L]])
8. │ │ └─base:::doWithOneRestart(return(expr), restart)
9. │ └─base::force(code)
10. └─testthat:::parallel_event_loop_chunky(queue, reporters)
11. └─queue$poll(Inf)
12. └─base::lapply(...)
13. └─testthat:::FUN(X[[i]], ...)
14. └─private$handle_error(msg, i)
Execution halted
```

0 comments on commit 9c3f91f

Please sign in to comment.