CRAN Package Check Results for Package growthcleanr

Last updated on 2024-02-01 09:49:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.1 13.08 302.42 315.50 OK
r-devel-linux-x86_64-debian-gcc 2.1.1 12.46 268.63 281.09 OK
r-devel-linux-x86_64-fedora-clang 2.1.1 482.32 OK
r-devel-linux-x86_64-fedora-gcc 2.1.1 435.79 OK
r-devel-windows-x86_64 2.1.1 13.00 0.00 13.00 FAIL
r-patched-linux-x86_64 2.1.1 13.33 341.32 354.65 OK
r-release-linux-x86_64 2.1.1 9.63 347.83 357.46 OK
r-release-macos-arm64 2.1.1 118.00 OK
r-release-macos-x86_64 2.1.1 222.00 OK
r-release-windows-x86_64 2.1.1 17.00 0.00 17.00 FAIL
r-oldrel-macos-arm64 2.1.1 82.00 OK
r-oldrel-windows-x86_64 2.1.1 17.00 0.00 17.00 FAIL

Check Details

Version: 2.1.1
Check: tests
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: > cleanEx() > nameEx("splitinput") > ### * splitinput > > flush(stderr()); flush(stdout()) > > ### Name: splitinput > ### Title: Split input data into multiple files > ### Aliases: splitinput > > ### ** Examples > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 82.83 678.12 777.91 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

Version: 2.1.1
Check: examples
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: > # Calculate median standard deviations > sd.m <- sd_median(df_stats$param, + df_stats$sex, + df_stats$agedays, + sd.orig) > > > > cleanEx() > nameEx("simple_bmi") > ### * simple_bmi > > flush(stderr()); flush(stdout()) > > ### Name: simple_bmi > ### Title: Compute BMI using standard formula > ### Aliases: simple_bmi > > ### ** Examples > > # Simple usage > # Run on a small subset of given data > df <- as.data.frame(syngrowth) > df <- df[df$subjid %in% unique(df[, "subjid"])[1:5], ] > df <- cbind(df, + "gcr_result" = cleangrowth(df$subjid, + df$param, + df$agedays, + df$sex, + df$measurement)) ======== End of example output (where/before crash/hang up occured ?) ======== Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64