Last updated on 2025-05-06 21:51:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.99 | 30.69 | 32.68 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.54 | 22.80 | 24.34 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 52.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 63.81 | OK | |||
r-devel-windows-x86_64 | 1.0 | 3.00 | 61.00 | 64.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 1.65 | 29.44 | 31.09 | OK | |
r-release-linux-x86_64 | 1.0 | 1.61 | 29.74 | 31.35 | OK | |
r-release-macos-arm64 | 1.0 | 25.00 | OK | |||
r-release-macos-x86_64 | 1.0 | 47.00 | OK | |||
r-release-windows-x86_64 | 1.0 | 4.00 | 0.00 | 4.00 | FAIL | |
r-oldrel-macos-arm64 | 1.0 | 24.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0 | 37.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0 | 3.00 | 60.00 | 63.00 | OK |
Version: 1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Joe Delaney <delaneyj@musc.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Joe",
family = "Delaney",
role = c("aut", "cre"),
email = "delaneyj@musc.edu")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0
Check: PDF version of manual
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:
>
> input_list <- list(a= stats::rnorm(100, mean = 3, sd = 2),
+ b = stats::rnorm(50, mean = 5, sd = 5),
+ c= stats::rnorm(75, mean = 2, sd = 0.5))
> fairSubset(input_list, subset_setting = "mean", manual_N = 10, random_subsets = 1000)$report
a b c
Mean of original data 3.217775 4.2375728 2.0352331
Mean of best subset of data 3.202630 4.2149016 2.0350353
Mean of worst subset of data 4.439730 0.9728364 1.5809355
Standard deviation of original data 1.796399 4.4986972 0.5209957
Standard deviation of best subset of data 1.806467 4.5286679 0.5200804
Standard deviation of worst subset of data 2.722727 2.2548875 0.3476103
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.64 0.02 0.66 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-release-windows-x86_64