Last updated on 2026-06-15 17:51:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 3.79 | 77.52 | 81.31 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 2.61 | 54.66 | 57.27 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 7.00 | 134.60 | 141.60 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 139.05 | OK | |||
| r-devel-windows-x86_64 | 0.4.1 | 8.00 | 0.00 | 8.00 | FAIL | |
| r-patched-linux-x86_64 | 0.4.1 | 4.35 | 75.11 | 79.46 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 3.16 | 73.99 | 77.15 | OK | |
| r-release-macos-arm64 | 0.4.1 | 1.00 | 27.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.4.1 | 4.00 | 101.00 | 105.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 9.00 | 113.00 | 122.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.1 | 4.00 | 88.00 | 92.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.1 | 8.00 | 135.00 | 143.00 | OK |
Version: 0.4.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Daniel Mastropietro <mastropi@uwalumni.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Daniel",
family = "Mastropietro",
role = c("aut", "cre"),
email = "mastropi@uwalumni.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: HTML 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:
>
> # Look for objects (crawling environments recursively)
> obj_find(x) # "env1" "env1$envx" "R_GlobalEnv"
[1] "R_GlobalEnv" "env1" "env1$envx"
> obj_find("x") # "env1" "env1$envx" "R_GlobalEnv"
[1] "R_GlobalEnv" "env1" "env1$envx"
> obj_find("x", envir=env1) # "env1" "envx" (as the search is limited to the env1 environment)
[1] "env1" "env1$envx"
> obj_find("y") # "env1"
[1] "env1"
> obj_find(nonexistent) # NULL (note that NO error is raised even if the object does not exist)
NULL
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 3.14 0.13 3.27 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