CRAN Package Check Results for Package growthcleanr

Last updated on 2022-09-11 12:56:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.1 14.79 331.77 346.56 OK
r-devel-linux-x86_64-debian-gcc 2.0.1 13.07 217.48 230.55 OK
r-devel-linux-x86_64-fedora-clang 2.0.1 400.05 OK
r-devel-linux-x86_64-fedora-gcc 2.0.1 353.86 OK
r-devel-windows-x86_64 2.0.1 27.00 0.00 27.00 FAIL
r-patched-linux-x86_64 2.0.1 12.21 277.15 289.36 OK
r-release-linux-x86_64 2.0.1 10.58 277.73 288.31 OK
r-release-macos-arm64 2.0.1 87.00 OK
r-release-macos-x86_64 2.0.1 110.00 OK
r-release-windows-x86_64 2.0.1 57.00 0.00 57.00 FAIL
r-oldrel-macos-arm64 2.0.1 88.00 OK
r-oldrel-macos-x86_64 2.0.1 114.00 OK
r-oldrel-windows-ix86+x86_64 2.0.1 28.00 335.00 363.00 OK

Check Details

Version: 2.0.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: 352.23 1066.51 1439.4 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.0.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:
    > ### * ext_bmiz
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Name: ext_bmiz
    > ### Title: Calculate extended BMI measures
    > ### Aliases: ext_bmiz
    >
    > ### ** Examples
    >
    > # 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))
    > df_wide <- longwide(df) # convert to wide format for ext_bmiz
    > df_wide_bmi <- simple_bmi(df_wide) # compute simple BMI
    >
    > # Calling the function with default column names
    > df_bmiz <- ext_bmiz(df_wide_bmi)
    >
    > # Specifying different column names; note that quotes are used
    > dfc <- simple_bmi(df_wide)
    > colnames(dfc)[colnames(dfc) %in% c("agem", "wt", "ht")] <-
    + c("agemos", "weightkg", "heightcm")
    > df_bmiz <- ext_bmiz(dfc, age="agemos", wt="weightkg", ht="heightcm")
    ======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64