CRAN Package Check Results for Package alphaci

Last updated on 2025-07-02 11:51:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 2.09 29.35 31.44 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.1 1.39 23.10 24.49 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.1 47.76 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.1 65.12 NOTE
r-devel-windows-x86_64 1.0.1 4.00 52.00 56.00 FAIL
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 1.0.1 2.16 26.30 28.46 NOTE
r-release-macos-arm64 1.0.1 33.00 NOTE
r-release-macos-x86_64 1.0.1 45.00 NOTE
r-release-windows-x86_64 1.0.1 3.00 51.00 54.00 NOTE
r-oldrel-macos-arm64 1.0.1 26.00 OK
r-oldrel-macos-x86_64 1.0.1 35.00 OK
r-oldrel-windows-x86_64 1.0.1 4.00 55.00 59.00 OK

Check Details

Version: 1.0.1
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘inference.R’ ‘transformers.R’ ‘variance.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 1.0.1
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: alphaci.Rd: future.apply 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.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: > x <- lavaan::HolzingerSwineford1939[1:20, 7:9] > results <- c( + alphaci(x, type = "adf", parallel = FALSE), + alphaci(x, type = "adf", parallel = TRUE), + alphaci(x, type = "elliptical", parallel = FALSE), + alphaci(x, type = "elliptical", parallel = TRUE), + alphaci(x, type = "normal", parallel = FALSE), + alphaci(x, type = "normal", parallel = TRUE) + ) > > > > ### * <FOOTER> > ### > cleanEx() detaching 'package:lavaan', 'package:psychTools' > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.39 0.09 0.49 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