CRAN Package Check Results for Package TPCselect

Last updated on 2024-06-27 01:55:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.3 OK
r-devel-linux-x86_64-debian-gcc 0.8.3 2.10 36.29 38.39 OK
r-devel-linux-x86_64-fedora-clang 0.8.3 62.91 NOTE
r-devel-linux-x86_64-fedora-gcc 0.8.3 60.51 NOTE
r-devel-windows-x86_64 0.8.3 3.00 115.00 118.00 OK
r-patched-linux-x86_64 0.8.3 2.52 44.88 47.40 OK
r-release-linux-x86_64 0.8.3 2.45 47.88 50.33 OK
r-release-macos-arm64 0.8.3 30.00 OK
r-release-macos-x86_64 0.8.3 45.00 OK
r-release-windows-x86_64 0.8.3 3.00 65.00 68.00 OK
r-oldrel-macos-arm64 0.8.3 31.00 OK
r-oldrel-macos-x86_64 0.8.3 61.00 OK
r-oldrel-windows-x86_64 0.8.3 4.00 106.00 110.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:8]`: 2.8 1.6 0.0 0.0 2.2 0.0 0.0 0.0 `expected[1:8]`: 3.0 1.5 0.0 0.0 2.0 0.0 0.0 0.0 `actual[197:200]`: 0.0 0.0 0.0 0.2 `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