Last updated on 2023-09-27 23:37:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.1 | 13.46 | 409.37 | 422.83 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.1 | 10.52 | 267.57 | 278.09 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.1.1 | 478.38 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.1 | 446.24 | OK | |||
r-devel-windows-x86_64 | 2.1.1 | 12.00 | 1474.00 | 1486.00 | OK | |
r-patched-linux-x86_64 | 2.1.1 | 14.50 | 337.66 | 352.16 | OK | |
r-release-linux-x86_64 | 2.1.1 | 9.32 | 340.77 | 350.09 | 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 | 18.00 | 0.00 | 18.00 | FAIL | |
r-oldrel-macos-arm64 | 2.1.1 | 82.00 | OK | |||
r-oldrel-macos-x86_64 | 2.1.1 | 139.00 | OK | |||
r-oldrel-windows-x86_64 | 2.1.1 | 19.00 | 0.00 | 19.00 | FAIL |
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:
> ### 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")
>
> # Disabling conversion of all-integer age in months to (age + 0.5)
> dfc <- simple_bmi(df_wide)
> df_bmiz <- ext_bmiz(dfc, adjust.integer.age=FALSE)
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64
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: 272.77 699.17 987.89 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-oldrel-windows-x86_64