CRAN Package Check Results for Package TPCselect

Last updated on 2024-12-27 15:49:10 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.3 2.18 37.47 39.65 OK
r-devel-linux-x86_64-debian-gcc 0.8.3 1.70 30.74 32.44 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.3 65.64 NOTE
r-devel-linux-x86_64-fedora-gcc 0.8.3 64.64 NOTE
r-devel-windows-x86_64 0.8.3 3.00 135.00 138.00 OK
r-patched-linux-x86_64 0.8.3 2.06 36.93 38.99 OK
r-release-linux-x86_64 0.8.3 1.79 35.65 37.44 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 62.00 65.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 71.00 75.00 OK

Check Details

Version: 0.8.3
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/9s] 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:51:3'): test the main functions (TPC) with simple algorithm ── as.vector(TPC.fit$beta) (`actual`) not equal to `truebeta` (`expected`). `actual[1:8]`: 2.96 1.59 0.00 0.00 1.86 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.41 `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