CRAN Package Check Results for Package growthcleanr

Last updated on 2023-01-25 04:51:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.3 13.79 329.49 343.28 OK
r-devel-linux-x86_64-debian-gcc 2.0.3 11.50 213.97 225.47 OK
r-devel-linux-x86_64-fedora-clang 2.0.3 379.03 OK
r-devel-linux-x86_64-fedora-gcc 2.0.3 337.20 OK
r-devel-windows-x86_64 2.0.3 44.00 0.00 44.00 FAIL
r-patched-linux-x86_64 2.0.3 15.58 278.63 294.21 OK
r-release-linux-x86_64 2.0.3 10.90 270.84 281.74 OK
r-release-macos-arm64 2.0.3 90.00 OK
r-release-macos-x86_64 2.0.3 111.00 OK
r-release-windows-x86_64 2.0.3 43.00 0.00 43.00 FAIL
r-oldrel-macos-arm64 2.0.3 93.00 OK
r-oldrel-macos-x86_64 2.0.3 118.00 OK
r-oldrel-windows-ix86+x86_64 2.0.3 30.00 342.00 372.00 OK

Check Details

Version: 2.0.3
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:
    + df_stats$sex,
    + df_stats$measurement,
    + TRUE)
    >
    > # Calculate exponentially weighted moving average
    > e_df <- ewma(df_stats$agedays, sd, ewma.exp = -1.5)
    >
    >
    >
    > cleanEx()
    > nameEx("ext_bmiz")
    > ### * 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))
    ======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64

Version: 2.0.3
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:
    > nameEx("adjustcarryforward")
    > ### * adjustcarryforward
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Name: adjustcarryforward
    > ### Title: adjustcarryforward 'adjustcarryforward' Uses absolute height
    > ### velocity to identify values excluded as carried forward values for
    > ### reinclusion.
    > ### Aliases: adjustcarryforward
    >
    > ### ** Examples
    >
    > # Run on a small subset of given data
    > df <- as.data.frame(syngrowth)
    > df <- df[df$subjid %in% unique(df[, "subjid"])[1:5], ]
    > clean_df <- cbind(df,
    + "gcr_result" = cleangrowth(df$subjid,
    + df$param,
    + df$agedays,
    + df$sex,
    + df$measurement))
    >
    > # Adjust carry forward values in cleaned data
    > adj_clean <- adjustcarryforward(subjid = clean_df$subjid,
    + param = clean_df$param,
    + agedays = clean_df$agedays,
    + sex = clean_df$sex,
    + measurement = clean_df$measurement,
    + orig.exclude = clean_df$gcr_result)
    ======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64