CRAN Package Check Results for Package TPCselect

Last updated on 2023-12-10 15:50:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.3 1.70 50.68 52.38 OK
r-devel-linux-x86_64-debian-gcc 0.8.3 2.06 36.23 38.29 OK
r-devel-linux-x86_64-fedora-clang 0.8.3 67.95 NOTE
r-devel-linux-x86_64-fedora-gcc 0.8.3 59.24 NOTE
r-devel-windows-x86_64 0.8.3 3.00 124.00 127.00 OK
r-patched-linux-x86_64 0.8.3 1.85 45.41 47.26 OK
r-release-linux-x86_64 0.8.3 2.10 47.29 49.39 OK
r-release-macos-arm64 0.8.3 31.00 OK
r-release-macos-x86_64 0.8.3 61.00 OK
r-release-windows-x86_64 0.8.3 3.00 68.00 71.00 OK
r-oldrel-macos-arm64 0.8.3 32.00 OK
r-oldrel-macos-x86_64 0.8.3 42.00 OK
r-oldrel-windows-x86_64 0.8.3 4.00 96.00 100.00 ERROR

Check Details

Version: 0.8.3
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘MASS’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.8.3
Check: tests
Result: ERROR Running 'testthat.R' [11s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(TPCselect) > > test_check("TPCselect") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-TPC.R:25:3'): test the main functions (TPC) ────────────────── as.vector(TPC.fit$beta) (`actual`) not equal to `truebeta` (`expected`). `actual[1:5]`: 2.9 1.6 0.0 0.0 2.0 `expected[1:5]`: 3.0 1.5 0.0 0.0 2.0 `actual[197:200]`: 0.0 0.0 0.0 0.4 `expected[197:200]`: 0.0 0.0 0.0 0.0 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64