Last updated on 2025-05-03 21:51:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.4 | 16.55 | 131.23 | 147.78 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.4 | 11.23 | 103.25 | 114.48 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.4 | 252.72 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.4 | 237.64 | OK | |||
r-devel-windows-x86_64 | 0.3.4 | 21.00 | 0.00 | 21.00 | FAIL | |
r-patched-linux-x86_64 | 0.3.4 | 17.22 | 128.20 | 145.42 | OK | |
r-release-linux-x86_64 | OK | |||||
r-release-macos-arm64 | 0.3.4 | 73.00 | OK | |||
r-release-macos-x86_64 | 0.3.4 | 138.00 | OK | |||
r-release-windows-x86_64 | 0.3.4 | 26.00 | 185.00 | 211.00 | OK | |
r-oldrel-macos-arm64 | 0.3.4 | 67.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.4 | 96.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.4 | 25.00 | 229.00 | 254.00 | OK |
Version: 0.3.4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Joshua French <joshua.french@ucdenver.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Joshua",
family = "French",
role = c("aut", "cre"),
email = "joshua.french@ucdenver.edu")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.4
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:
+ lattice::xyplot(v2)
+ # show how attributes can be changed using different
+ # arguments available in lattice::xyplot.
+ lattice::xyplot(v2, col = 2:5)
+ lattice::xyplot(v2, col = 2:5, pch = 1:4)
+ lattice::xyplot(v2, col = 2:5, pch = 1:4, lty = 2:5, type = "b")
+ lattice::xyplot(v2, col = 2:5, pch = 1:4, lty = 2:5, type = "b",
+ key=list(text=list(levels(as.factor(v2$semi$angle))),
+ space='right', points=list(pch=1:4, col=2:5),
+ lines=list(col=2:5, lty = 2:5)))
+ lattice::xyplot(v2, split = TRUE)
+ }
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 9.27 1.47 10.75 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