CRAN Package Check Results for Maintainer ‘David Kneis <david.kneis at tu-dresden.de>’

Last updated on 2025-07-01 07:50:37 CEST.

Package FAIL NOTE OK
rodeo 1 2 10

Package rodeo

Current CRAN status: FAIL: 1, NOTE: 2, OK: 10

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