CRAN Package Check Results for Maintainer ‘De los Santos Hannah <hdelossantos at mitre.org>’

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

Package FAIL OK
growthcleanr 2 11

Package growthcleanr

Current CRAN status: FAIL: 2, OK: 11

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