Last updated on 2025-08-02 09:48:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.3 | 5.27 | 41.78 | 47.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.3 | 3.77 | 31.25 | 35.02 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3.3 | 73.11 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.3 | 69.77 | OK | |||
r-devel-windows-x86_64 | 1.3.3 | 8.00 | 73.00 | 81.00 | OK | |
r-patched-linux-x86_64 | 1.3.3 | 6.39 | 39.37 | 45.76 | OK | |
r-release-linux-x86_64 | 1.3.3 | 5.54 | 39.13 | 44.67 | OK | |
r-release-macos-arm64 | 1.3.3 | 34.00 | OK | |||
r-release-macos-x86_64 | 1.3.3 | 48.00 | OK | |||
r-release-windows-x86_64 | 1.3.3 | 7.00 | 0.00 | 7.00 | FAIL | |
r-oldrel-macos-arm64 | 1.3.3 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.3 | 39.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.3 | 8.00 | 77.00 | 85.00 | OK |
Version: 1.3.3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Renaud Lancelot <renaud.lancelot@cirad.fr>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Matthieu",
family = "Lesnoff",
role = "aut",
email = "matthieu.lesnoff@cirad.fr"),
person(given = "Renaud",
family = "Lancelot",
role = c("aut", "cre"),
email = "renaud.lancelot@cirad.fr"))
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.3.3
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:
>
> ### ** Examples
>
> data(orob2)
> fm <- quasibin(cbind(y, n - y) ~ seed * root, data = orob2)
> # Wald test for the effect of root
> wald.test(b = coef(fm), Sigma = vcov(fm), Terms = 3:4)
Wald test:
----------
Chi-squared test:
X2 = 25.2, df = 2, P(> X2) = 3.4e-06
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 5.8 0.47 6.31 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