CRAN Package Check Results for Package TPCselect

Last updated on 2025-02-24 19:50:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.3 2.00 38.24 40.24 OK
r-devel-linux-x86_64-debian-gcc 0.8.3 1.52 29.61 31.13 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.3 63.49 NOTE
r-devel-linux-x86_64-fedora-gcc 0.8.3 60.46 NOTE
r-devel-macos-arm64 0.8.3 30.00 OK
r-devel-macos-x86_64 0.8.3 47.00 OK
r-devel-windows-x86_64 0.8.3 3.00 64.00 67.00 OK
r-patched-linux-x86_64 0.8.3 2.07 35.98 38.05 OK
r-release-linux-x86_64 0.8.3 2.03 38.04 40.07 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 78.00 81.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 119.00 123.00 OK

Check Details

Version: 0.8.3
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/8s] 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.91 1.38 0.00 0.00 2.11 0.00 0.00 0.00 `expected[1:8]`: 3.00 1.50 0.00 0.00 2.00 0.00 0.00 0.00 `actual[197:200]`: 0.00 0.00 0.00 0.43 `expected[197:200]`: 0.00 0.00 0.00 0.00 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

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