CRAN Package Check Results for Package ClusROC

Last updated on 2025-05-24 01:51:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 26.39 148.97 175.36 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.2 17.22 101.36 118.58 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.2 317.33 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 276.37 OK
r-devel-windows-x86_64 1.0.2 31.00 298.00 329.00 NOTE
r-patched-linux-x86_64 1.0.2 23.01 136.56 159.57 NOTE
r-release-linux-x86_64 1.0.2 23.11 135.33 158.44 NOTE
r-release-macos-arm64 1.0.2 125.00 OK
r-release-macos-x86_64 1.0.2 277.00 OK
r-release-windows-x86_64 1.0.2 31.00 374.00 405.00 NOTE
r-oldrel-macos-arm64 1.0.2 125.00 OK
r-oldrel-macos-x86_64 1.0.2 206.00 OK
r-oldrel-windows-x86_64 1.0.2 38.00 390.00 428.00 OK

Check Details

Version: 1.0.2
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Duc-Khanh To <toduc@stat.unipd.it>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Duc-Khanh", family = "To", role = c("aut", "cre"), email = "toduc@stat.unipd.it", comment = c(ORCID = "0000-0002-4641-0764")), person(given = c("with", "contributions", "from", "Gianfranco"), family = "Adimari"), person(given = "Monica", family = "Chiogna")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.0.2
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: plot.clus_lme.Rd: ggexport plot.clus_opt_thres3.Rd: ggexport Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [33s/137s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ClusROC) Loading required package: nlme Loading required package: Rcpp > library(rgl) > > options(rgl.useNULL = TRUE) > test_check("ClusROC") The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The orders of "levl_class" are not the same as the orders of averages of tests values for each class The correct one should be: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 Warning message: Sepecified value(s) of covariate(s) are not used! The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 The ordered levels of classes are specified by the order of averages of the test values for each class: 1 < 2 < 3 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 42 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-clus_lme.R:19:3'): clus_mle works with one covariate and subset ── Error in `MEEM(object, conLin, control$niterEM)`: Singularity in backsolve at level 0, block 1 Backtrace: ▆ 1. ├─testthat::expect_s3_class(...) at test-clus_lme.R:19:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─ClusROC::clus_lme(...) 5. ├─nlme::lme(...) 6. └─nlme::lme.formula(...) 7. ├─nlme::Initialize(lmeSt, dataMix, grps, control = controlvals) 8. └─nlme:::Initialize.lmeStruct(lmeSt, dataMix, grps, control = controlvals) 9. └─base::lapply(object, Initialize, data, conLin, control) 10. ├─nlme (local) FUN(X[[i]], ...) 11. └─nlme:::Initialize.reStruct(X[[i]], ...) 12. └─nlme:::MEEM(object, conLin, control$niterEM) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 42 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc