Last updated on 2024-11-13 03:50:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.10 | 5.77 | 221.79 | 227.56 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.10 | 4.32 | 152.48 | 156.80 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.10 | 358.62 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.10 | 341.89 | OK | |||
r-devel-windows-x86_64 | 1.0.10 | 10.00 | 0.00 | 10.00 | FAIL | |
r-patched-linux-x86_64 | 1.0.10 | 8.88 | 207.69 | 216.57 | OK | |
r-release-linux-x86_64 | 1.0.10 | 5.41 | 208.65 | 214.06 | OK | |
r-release-macos-arm64 | 1.0.10 | 94.00 | OK | |||
r-release-macos-x86_64 | 1.0.10 | 149.00 | OK | |||
r-release-windows-x86_64 | 1.0.10 | 10.00 | 208.00 | 218.00 | OK | |
r-oldrel-macos-arm64 | 1.0.10 | 104.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.10 | 268.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.10 | 14.00 | 277.00 | 291.00 | OK |
Version: 1.0.10
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
declare_estimator.Rd: lm_robust, estimatr, glance
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 1.0.10
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:
>
> fit <- lm(mpg ~ hp + disp + cyl, data = mtcars)
>
> tidy_try(fit)
# A tibble: 4 × 7
term estimate std.error statistic p.value conf.low conf.high
<chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
1 (Intercept) 34.2 2.59 13.2 1.54e-13 28.9 39.5
2 hp -0.0147 0.0147 -1.00 3.25e- 1 -0.0447 0.0153
3 disp -0.0188 0.0104 -1.81 8.09e- 2 -0.0401 0.00247
4 cyl -1.23 0.797 -1.54 1.35e- 1 -2.86 0.406
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 28.5 1.35 30.19 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