Last updated on 2024-12-02 10:54:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0.0 | 1.72 | 18.45 | 20.17 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0.0 | 1.46 | 15.02 | 16.48 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0.0 | 32.99 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0.0 | 31.76 | OK | |||
r-devel-windows-x86_64 | 1.0.0.0 | 3.00 | 43.00 | 46.00 | OK | |
r-patched-linux-x86_64 | 1.0.0.0 | 1.95 | 17.92 | 19.87 | NOTE | |
r-release-linux-x86_64 | 1.0.0.0 | 1.54 | 18.05 | 19.59 | NOTE | |
r-release-macos-arm64 | 1.0.0.0 | 15.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.0.0 | 21.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.0.0 | 4.00 | 0.00 | 4.00 | FAIL | |
r-oldrel-macos-arm64 | 1.0.0.0 | 16.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.0.0 | 20.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0.0.0 | 2.00 | 46.00 | 48.00 | NOTE |
Version: 1.0.0.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.0.0.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:
> gamma_loglink_model <- glm(formula, data = df, family=Gamma(link="log"))
Warning in dgamma(y, 1/disp, scale = mu * disp, log = TRUE) :
NaNs produced
> modelc::modelc(gamma_loglink_model)
[1] "EXP( 0.437304392449495 + 0.25584278811045*a + (CASE WHEN c = '2' THEN 0.437304392449496 WHEN c = '3' THEN 0.586926712447211 WHEN c = '4' THEN 0.618765996788543 WHEN c = '5' THEN 0.586066759992303 WHEN c = '6' THEN 0.512545528675808 WHEN c = '7' THEN 0.410853420392617 WHEN c = '8' THEN 0.28854202490669 WHEN c = '9' THEN 0.150482272452623 WHEN c = '10' THEN 0 ELSE 0 END))"
>
> # A generalized linear model with gamma family distribution and identity link function
> gamma_idlink_model <- glm(formula, data = df, family=Gamma(link="identity"))
Warning in dgamma(y, 1/disp, scale = mu * disp, log = TRUE) :
NaNs produced
> modelc::modelc(gamma_idlink_model)
[1] "-0.000000000000000713455532182612 + 2*a + (CASE WHEN c = '2' THEN 0.00000000000000177000194584079 WHEN c = '3' THEN -0.000000000000000184452414188223 WHEN c = '4' THEN -0.000000000000000158102069304192 WHEN c = '5' THEN -0.00000000000000124197474904532 WHEN c = '6' THEN -0.000000000000000105401379536127 WHEN c = '7' THEN -0.00000000000000163336326912732 WHEN c = '8' THEN -0.0000000000000000527006897680639 WHEN c = '9' THEN -0.00000000000000202475178920931 WHEN c = '10' THEN 0 ELSE 0 END)"
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.3 0.01 0.32 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