Last updated on 2023-02-04 19:58:12 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.3 | 13.33 | 331.41 | 344.74 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.3 | 12.61 | 212.62 | 225.23 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.3 | 395.66 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.3 | 341.06 | OK | |||
r-devel-windows-x86_64 | 2.0.3 | 45.00 | 0.00 | 45.00 | FAIL | |
r-patched-linux-x86_64 | 2.0.3 | 12.57 | 275.31 | 287.88 | OK | |
r-release-linux-x86_64 | 2.0.3 | 10.88 | 273.07 | 283.95 | 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 | 50.00 | 0.00 | 50.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 | 27.00 | 364.00 | 391.00 | OK |
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_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)
>
>
>
> cleanEx()
> nameEx("longwide")
> ### * longwide
>
> flush(stderr()); flush(stdout())
>
> ### Name: longwide
> ### Title: Transform data in growthcleanr format into wide structure for
> ### BMI calculation
> ### Aliases: longwide
>
> ### ** 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:
> # 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 ?) ========
Flavor: r-release-windows-x86_64