CRAN Package Check Results for Maintainer ‘Philip Rinn <philip.rinn at uni-oldenburg.de>’

Last updated on 2025-07-26 09:50:57 CEST.

Package FAIL OK
Langevin 1 12

Package Langevin

Current CRAN status: FAIL: 1, OK: 12

Version: 1.3.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: > > ### Name: timeseries1D > ### Title: Generate a 1D Langevin process > ### Aliases: timeseries1D > > ### ** Examples > > # Generate standardized Ornstein-Uhlenbeck-Process (d11=-1, d20=1) > # with integration time step 0.01 and sampling frequency 1 > s <- timeseries1D(N=1e4, sf=1, dt=0.01); > t <- 1:1e4; > plot(t, s, t="l", main=paste("mean:", mean(s), " var:", var(s))); > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 1.3 0.04 1.33 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