Last updated on 2025-05-23 12:49:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2-17 | 23.35 | 97.02 | 120.37 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.2-17 | 18.12 | 72.23 | 90.35 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.2-17 | 209.35 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.2-17 | 196.19 | OK | |||
r-devel-windows-x86_64 | 2.2-17 | 34.00 | 0.00 | 34.00 | FAIL | |
r-patched-linux-x86_64 | 2.2-17 | 20.95 | 91.58 | 112.53 | OK | |
r-release-linux-x86_64 | 2.2-17 | 21.70 | 91.86 | 113.56 | OK | |
r-release-macos-arm64 | 2.2-17 | 149.00 | OK | |||
r-release-macos-x86_64 | 2.2-17 | 134.00 | OK | |||
r-release-windows-x86_64 | 2.2-17 | 33.00 | 197.00 | 230.00 | OK | |
r-oldrel-macos-arm64 | 2.2-17 | 87.00 | OK | |||
r-oldrel-macos-x86_64 | 2.2-17 | 108.00 | OK | |||
r-oldrel-windows-x86_64 | 2.2-17 | 38.00 | 135.00 | 173.00 | OK |
Version: 2.2-17
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Thomas Hoffmann <tjhoffm@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Thomas",
family = "Hoffmann",
role = c("aut", "cre"),
email = "tjhoffm@gmail.com"),
person(given = c("with", "contributions", "from", "Christoph"),
family = "Lange",
role = "aut",
email = "clange@hsph.harvard.edu"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.2-17
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:
2 1 2 45 100
3 2 3 33 180
4 2 4 22 185
5 2 5 21 110
> myPhe <- as.phe( x, pid="thepid", id="theid" )
> myPhe # same as before!
pid id age weight
1 1 1 14 150
2 1 2 45 100
3 2 3 33 180
4 2 4 22 185
5 2 5 21 110
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 2.27 0.31 3.09 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