CRAN Package Check Results for Package cord

Last updated on 2025-05-19 18:50:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 24.53 21.93 46.46 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1 17.30 17.85 35.15 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.1 90.60 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 84.35 NOTE
r-devel-windows-x86_64 0.1.1 32.00 0.00 32.00 FAIL
r-patched-linux-x86_64 0.1.1 23.02 21.11 44.13 OK
r-release-linux-x86_64 0.1.1 24.62 21.10 45.72 OK
r-release-macos-arm64 0.1.1 28.00 OK
r-release-macos-x86_64 0.1.1 40.00 OK
r-release-windows-x86_64 0.1.1 31.00 66.00 97.00 OK
r-oldrel-macos-arm64 0.1.1 26.00 OK
r-oldrel-macos-x86_64 0.1.1 35.00 OK
r-oldrel-windows-x86_64 0.1.1 35.00 71.00 106.00 OK

Check Details

Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Xi (Rossi) LUO <xi.rossi.luo@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Xi", family = "LUO", role = "aut", comment = "Rossi"), person(given = "Florentina", family = "Bunea", role = "aut"), person(given = "Christophe", family = "Giraud", role = "aut"), person(given = "Xi", family = "LUO", role = "cre", email = "xi.rossi.luo@gmail.com", comment = "Rossi")) as necessary. The Description field contains distributions. Read http://arxiv.org/abs/1508.01939 for more details. Please enclose URLs in angle brackets (<...>). The Description field contains distributions. Read http://arxiv.org/abs/1508.01939 for more details. Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: compiled code
Result: NOTE File ‘cord/libs/cord.so’: Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’ It is good practice to register native routines and to disable symbol search. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > ### Title: Community estimation in G-models via CORD > ### Aliases: cord > ### Keywords: cluster multivariate > > ### ** Examples > > set.seed(100) > X <- 2*matrix(rnorm(200*2), 200, 10)+matrix(rnorm(200*10), 200, 10) > cord(X) $cluster [1] 1 2 1 2 1 2 1 2 1 2 > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.37 0.03 0.41 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64