Last updated on 2025-07-24 12:51:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 2.42 | 30.91 | 33.33 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 1.52 | 24.27 | 25.79 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 50.15 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 47.79 | NOTE | |||
r-devel-windows-x86_64 | 0.3.1 | 4.00 | 0.00 | 4.00 | FAIL | |
r-patched-linux-x86_64 | 0.3.1 | 2.47 | 27.92 | 30.39 | NOTE | |
r-release-linux-x86_64 | 0.3.1 | 2.07 | 28.33 | 30.40 | NOTE | |
r-release-macos-arm64 | 0.3.1 | 27.00 | NOTE | |||
r-release-macos-x86_64 | 0.3.1 | 38.00 | NOTE | |||
r-release-windows-x86_64 | 0.3.1 | 4.00 | 57.00 | 61.00 | NOTE | |
r-oldrel-macos-arm64 | 0.3.1 | 20.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 33.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 4.00 | 58.00 | 62.00 | OK |
Version: 0.3.1
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘cirls.fit.Rd’ ‘confint.cirls.Rd’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.3.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:
x21 0.0073996925 0.0419683482 0.0077730556 0.0048982731
x22 0.0062236263 0.0077730556 0.0570634541 0.0018849020
x23 0.0002602871 0.0048982731 0.0018849020 0.0431963511
> all.equal(vcov(resiso), summary(resiso)$cov.scaled)
[1] "Mean relative difference: 0.5083244"
>
> # Simulate from the distribution of coefficients
> sims <- coef_simu(resiso, nsim = 10)
>
> # Check that all simulated coefficient vectors are feasible
> apply(resiso$Cmat %*% t(sims) >= resiso$lb, 2, all)
[1] TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 1.71 0.18 1.87 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