diff --git a/revdep/README.md b/revdep/README.md deleted file mode 100644 index f35ae404a..000000000 --- a/revdep/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# Platform - -|field |value | -|:--------|:------------------------------------------| -|version |R version 4.3.1 (2023-06-16 ucrt) | -|os |Windows 10 x64 (build 19045) | -|system |x86_64, mingw32 | -|ui |RStudio | -|language |(EN) | -|collate |German_Germany.utf8 | -|ctype |German_Germany.utf8 | -|tz |Europe/Berlin | -|date |2023-09-15 | -|rstudio |2023.06.2+561 Mountain Hydrangea (desktop) | -|pandoc |NA | - -# Dependencies - -|package |old |new |Δ | -|:----------|:------|:------|:--| -|parameters |0.21.1 |0.21.2 |* | -|bayestestR |0.13.1 |0.13.1 | | -|datawizard |0.9.0 |0.9.0 | | -|insight |0.19.5 |0.19.5 | | - -# Revdeps - -## New problems (1) - -|package |version |error |warning |note | -|:-----------|:-------|:------|:-------|:----| -|[performance](problems.md#performance)|0.10.5 |__+1__ | | | - diff --git a/revdep/cran.md b/revdep/cran.md deleted file mode 100644 index 68ee778c2..000000000 --- a/revdep/cran.md +++ /dev/null @@ -1,6 +0,0 @@ -## revdepcheck results - -We checked 36 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. - - * We saw no ew problems - * We failed to check 0 packages diff --git a/revdep/failures.md b/revdep/failures.md deleted file mode 100644 index 9a2073633..000000000 --- a/revdep/failures.md +++ /dev/null @@ -1 +0,0 @@ -*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md deleted file mode 100644 index e2caf5673..000000000 --- a/revdep/problems.md +++ /dev/null @@ -1,39 +0,0 @@ -# performance - -
- -* Version: 0.10.5 -* GitHub: https://github.com/easystats/performance -* Source code: https://github.com/cran/performance -* Date/Publication: 2023-09-12 08:50:02 UTC -* Number of recursive dependencies: 265 - -Run `revdepcheck::revdep_details(, "performance")` for more info - -
- -## Newly broken - -* checking tests ... - ``` - Running 'testthat.R' - ERROR - Running the tests in 'tests/testthat.R' failed. - Last 13 lines of output: - 'test-pkg-ivreg.R:8:3', 'test-r2_nakagawa.R:19:1', - 'test-test_likelihoodratio.R:55:1' - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-cronbachs_alpha.R:14:3'): cronbachs_alpha, principal_components ── - cronbachs_alpha(pca, verbose = FALSE) (`actual`) not equal to c(PC1 = 0.1101384) (`expected`). - - `actual`: 0.09 - `expected`: 0.11 - ── Failure ('test-cronbachs_alpha.R:15:3'): cronbachs_alpha, principal_components ── - `cronbachs_alpha(pca)` did not throw the expected warning. - - [ FAIL 2 | WARN 2 | SKIP 24 | PASS 300 ] - Error: Test failures - Execution halted - ``` -