Last updated on 2025-04-28 06:49:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.85 | 22.68 | 25.53 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.09 | 17.47 | 19.56 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 40.46 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 38.90 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 4.00 | 0.00 | 4.00 | FAIL | |
r-patched-linux-x86_64 | 0.1.0 | 2.70 | 21.73 | 24.43 | OK | |
r-release-linux-x86_64 | 0.1.0 | 2.88 | 21.96 | 24.84 | OK | |
r-release-macos-arm64 | 0.1.0 | 21.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 39.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 4.00 | 44.00 | 48.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 17.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 24.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 5.00 | 47.00 | 52.00 | OK |
Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Simon Boge Brant <simbrant91@gmail.com>’
The Description field contains
via gradient boosting [Brant, Hobæk Haff (2022); <arXiv:2208.04669>].
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
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:
|
|======================================================================| 100%>
> # Out of sample predictions for a new data matrix
> preds <- predict(md, new_x = x_te, all_parts = TRUE)
>
> # Plot log-likelihood
> plot(apply(preds, 2,
+ function(eta) {
+ sum(stats::dbinom(y_te, 1, stats::plogis(eta), log = TRUE))
+ }),
+ type = "s")
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 1.72 0.08 1.8 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