Last updated on 2025-05-22 05:50:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 2.53 | 25.93 | 28.46 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 1.88 | 20.22 | 22.10 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 45.11 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 57.32 | OK | |||
r-devel-windows-x86_64 | 1.1.1 | 3.00 | 56.00 | 59.00 | OK | |
r-patched-linux-x86_64 | 1.1.1 | 2.50 | 24.96 | 27.46 | OK | |
r-release-linux-x86_64 | 1.1.1 | 2.32 | 24.81 | 27.13 | OK | |
r-release-macos-arm64 | 1.1.1 | 24.00 | OK | |||
r-release-macos-x86_64 | 1.1.1 | 45.00 | OK | |||
r-release-windows-x86_64 | 1.1.1 | 4.00 | 0.00 | 4.00 | FAIL | |
r-oldrel-macos-arm64 | 1.1.1 | 21.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.1 | 34.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.1 | 5.00 | 51.00 | 56.00 | OK |
Version: 1.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Patrick Schnell <schnell.31@osu.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Patrick",
family = "Schnell",
role = c("aut", "cre"),
email = "schnell.31@osu.edu"),
person(given = "Brad",
family = "Carlin",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
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:
> params.sd <- cbind(1 / rgamma(100, 1), params)
> FUN.sd <- function(x, params) { params[, -1] %*% t(x) / params[, 1] }
> sim.cred.band(params.sd, design, FUN.sd)
Simultaneous credible band
Credible level: 0.95
Method: asymptotic
Critical W: 2.68978
Upper bounds: 12.96281 21.62514 30.54058 39.53712 48.56937 57.62042 ...
Lower bounds: -7.166033 -12.10626 -17.29959 -22.57402 -27.88417 -33.21311 ...
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.34 0.02 0.36 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