CRAN Package Check Results for Package depmixS4

Last updated on 2025-06-26 03:49:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5-1 10.26 106.39 116.65 OK
r-devel-linux-x86_64-debian-gcc 1.5-1 7.52 74.97 82.49 OK
r-devel-linux-x86_64-fedora-clang 1.5-1 207.51 OK
r-devel-linux-x86_64-fedora-gcc 1.5-1 195.93 OK
r-devel-windows-x86_64 1.5-1 13.00 157.00 170.00 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 1.5-1 10.38 100.71 111.09 OK
r-release-macos-arm64 1.5-1 83.00 OK
r-release-macos-x86_64 1.5-1 111.00 OK
r-release-windows-x86_64 1.5-1 14.00 0.00 14.00 FAIL
r-oldrel-macos-arm64 1.5-1 63.00 NOTE
r-oldrel-macos-x86_64 1.5-1 157.00 NOTE
r-oldrel-windows-x86_64 1.5-1 18.00 172.00 190.00 NOTE

Check Details

Version: 1.5-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: > data(speed) > > # 2-state model on rt and corr from speed data set > # with Pacc as covariate on the transition matrix > # ntimes is used to specify the lengths of 3 separate series > mod <- depmix(list(rt~1,corr~1),data=speed,transition=~Pacc,nstates=2, + family=list(gaussian(),multinomial("identity")),ntimes=c(168,134,137)) > fmod <- fit(mod) converged at iteration 23 with logLik: -248.9722 > # result of viterbi is stored in a depmix-fitted object in slot "posterior" > identical(viterbi(fmod),fmod@posterior) [1] TRUE > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 15.81 0.75 16.61 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-release-windows-x86_64

Version: 1.5-1
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘Rdonlp2’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64