CRAN Package Check Results for Package Select

Last updated on 2025-04-15 09:52:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4 2.06 29.44 31.50 OK
r-devel-linux-x86_64-debian-gcc 1.4 1.49 24.00 25.49 OK
r-devel-linux-x86_64-fedora-clang 1.4 51.34 NOTE
r-devel-linux-x86_64-fedora-gcc 1.4 62.04 NOTE
r-devel-windows-x86_64 1.4 4.00 50.00 54.00 OK
r-patched-linux-x86_64 1.4 2.12 29.44 31.56 OK
r-release-linux-x86_64 1.4 2.00 29.33 31.33 OK
r-release-macos-arm64 1.4 33.00 OK
r-release-macos-x86_64 1.4 48.00 OK
r-release-windows-x86_64 1.4 3.00 0.00 3.00 FAIL
r-oldrel-macos-arm64 1.4 26.00 OK
r-oldrel-macos-x86_64 1.4 37.00 OK
r-oldrel-windows-x86_64 1.4 4.00 56.00 60.00 OK

Check Details

Version: 1.4
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘FD’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.4
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: > plotProbs(result6,trait.matrix) > > ##### 3 traits: Constrain trait Z to value 2.5, diversify trait X and Y > traitZ <- as.matrix(data.frame(c(1,3,2,2,3,1,2,3,1,2,1,3,2,3,2,2))) > rownames(traitZ) <- c(letters[1:16]); colnames(traitZ) <- c("traitZ") > result7 <- selectSpecies(t2c=traitZ,constraints=c(traitZ=2.5),t2d=trait.matrix, capd=TRUE, obj="QH") Iter: 1 fn: -1.7139 Pars: 0.02160 0.11653 0.04846 0.05284 0.11961 0.01803 0.04258 0.11087 0.02035 0.04491 0.01750 0.11146 0.05427 0.11901 0.04831 0.05368 Iter: 2 fn: -1.7139 Pars: 0.02160 0.11653 0.04846 0.05284 0.11962 0.01803 0.04257 0.11087 0.02035 0.04492 0.01750 0.11145 0.05427 0.11901 0.04831 0.05368 solnp--> Completed in 2 iterations > plotProbs(result7,trait.matrix) > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 1.07 0.21 1.27 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