The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package rwa

Last updated on 2026-09-24 17:51:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 5.93 134.74 140.67 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 4.79 93.78 98.57 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 93.06 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 96.03 OK
r-devel-windows-x86_64 1.0.0 9.00 147.00 156.00 OK
r-patched-linux-x86_64 1.0.0 5.64 123.29 128.93 OK
r-release-linux-x86_64 1.0.0 5.98 123.20 129.18 OK
r-release-macos-arm64 1.0.0 2.00 37.00 39.00 ERROR
r-release-macos-x86_64 1.0.0 5.00 141.00 146.00 OK
r-release-windows-x86_64 0.1.1 8.00 119.00 127.00 OK
r-oldrel-macos-arm64 1.0.0 ERROR
r-oldrel-macos-x86_64 1.0.0 5.00 157.00 162.00 OK
r-oldrel-windows-x86_64 1.0.0 12.00 168.00 180.00 OK

Additional issues

M1mac

Check Details

Version: 1.0.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [5s/5s] 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 > > library(testthat) > library(rwa) > > test_check("rwa") Running bootstrap analysis with 39 samples... Running bootstrap analysis with 39 samples... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `price` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Saving _problems/test-matrix-contract-94.R Saving _problems/test-matrix-contract-95.R Saving _problems/test-matrix-contract-96.R Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `disp` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... [ FAIL 3 | WARN 20 | SKIP 10 | PASS 481 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-bootstrap.R:7:3', 'test-bootstrap.R:33:3', 'test-bootstrap.R:57:3', 'test-bootstrap.R:75:3', 'test-integration.R:62:3', 'test-plot_rwa.R:38:3', 'test-rwa.R:135:3', 'test-rwa.R:591:3', 'test-rwa.R:610:3', 'test-rwa.R:629:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-matrix-contract.R:94:5'): estimable highly correlated predictors retain their valid fit ── Expected `result$rsquare` to equal `expected`. Differences: `actual`: 0.799999990 `expected`: 0.800000000 ── Failure ('test-matrix-contract.R:95:5'): estimable highly correlated predictors retain their valid fit ── Expected `wrapped$rsquare` to equal `expected`. Differences: `actual`: 0.799999990 `expected`: 0.800000000 ── Failure ('test-matrix-contract.R:96:5'): estimable highly correlated predictors retain their valid fit ── Expected `sum(result$result$Raw.RelWeight)` to equal `expected`. Differences: `actual`: 0.799999990 `expected`: 0.800000000 [ FAIL 3 | WARN 20 | SKIP 10 | PASS 481 ] Error: ! Test failures. Execution halted Flavor: r-release-macos-arm64

Version: 1.0.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [6s/6s] 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 > > library(testthat) > library(rwa) > > test_check("rwa") Running bootstrap analysis with 39 samples... Running bootstrap analysis with 39 samples... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `price` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Saving _problems/test-matrix-contract-94.R Saving _problems/test-matrix-contract-95.R Saving _problems/test-matrix-contract-96.R Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `disp` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... Parsing `mpg` as a non-binary variable. Applying multiple regression to calculate relative weights... [ FAIL 3 | WARN 20 | SKIP 10 | PASS 481 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-bootstrap.R:7:3', 'test-bootstrap.R:33:3', 'test-bootstrap.R:57:3', 'test-bootstrap.R:75:3', 'test-integration.R:62:3', 'test-plot_rwa.R:38:3', 'test-rwa.R:135:3', 'test-rwa.R:591:3', 'test-rwa.R:610:3', 'test-rwa.R:629:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-matrix-contract.R:94:5'): estimable highly correlated predictors retain their valid fit ── Expected `result$rsquare` to equal `expected`. Differences: `actual`: 0.799999990 `expected`: 0.800000000 ── Failure ('test-matrix-contract.R:95:5'): estimable highly correlated predictors retain their valid fit ── Expected `wrapped$rsquare` to equal `expected`. Differences: `actual`: 0.799999990 `expected`: 0.800000000 ── Failure ('test-matrix-contract.R:96:5'): estimable highly correlated predictors retain their valid fit ── Expected `sum(result$result$Raw.RelWeight)` to equal `expected`. Differences: `actual`: 0.799999990 `expected`: 0.800000000 [ FAIL 3 | WARN 20 | SKIP 10 | PASS 481 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-arm64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.