CRAN Package Check Results for Package rodeo

Last updated on 2025-06-30 06:49:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.2 4.22 105.28 109.50 NOTE
r-devel-linux-x86_64-debian-gcc 0.8.2 3.76 66.93 70.69 NOTE
r-devel-linux-x86_64-fedora-clang 0.8.2 168.11 OK
r-devel-linux-x86_64-fedora-gcc 0.8.2 175.76 OK
r-devel-windows-x86_64 0.8.2 8.00 0.00 8.00 FAIL
r-patched-linux-x86_64 OK
r-release-linux-x86_64 0.8.2 5.26 88.32 93.58 OK
r-release-macos-arm64 0.8.2 66.00 OK
r-release-macos-x86_64 0.8.2 125.00 OK
r-release-windows-x86_64 0.8.2 7.00 196.00 203.00 OK
r-oldrel-macos-arm64 0.8.2 73.00 OK
r-oldrel-macos-x86_64 0.8.2 146.00 OK
r-oldrel-windows-x86_64 0.8.2 10.00 206.00 216.00 OK

Check Details

Version: 0.8.2
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘David Kneis <david.kneis@tu-dresden.de>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "David", family = "Kneis", role = c("aut", "cre"), email = "david.kneis@tu-dresden.de") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.8.2
Check: re-building of vignette outputs
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: > model <- rodeo$new(vars, pars, funs, pros, stoi, dim=c(1)) > model$setPars(c(mu=0.8, half=0.1, yield= 0.1, vol=1000, flow=50, sub_in=1)) > model$setVars(c(bac=0.1, sub=0.5)) > monod <- function(c,h) {c/(c+h)} > print(model$stoichiometry(box=NULL)) bac sub growth "1" "-1 / yield" inout "-bac" "(sub_in - sub)" > print(model$stoichiometry(box=c(1))) bac sub growth 1.0 -10.0 inout -0.1 0.5 > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 1.92 0.33 2.25 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