Last updated on 2026-09-11 21:51:01 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.99.60 | 86.13 | 380.01 | 466.14 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.99.60 | 59.97 | 258.71 | 318.68 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.99.60 | 62.00 | 249.14 | 311.14 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.99.60 | 60.00 | 227.62 | 287.62 | NOTE | |
| r-devel-windows-x86_64 | 0.99.60 | 102.00 | 531.00 | 633.00 | ERROR | |
| r-patched-linux-x86_64 | 0.99.60 | 97.23 | 360.82 | 458.05 | NOTE | |
| r-release-linux-x86_64 | 0.99.60 | 83.27 | 358.53 | 441.80 | NOTE | |
| r-release-macos-arm64 | 0.99.60 | 20.00 | 67.00 | 87.00 | OK | |
| r-release-macos-x86_64 | 0.99.60 | 60.00 | 315.00 | 375.00 | OK | |
| r-release-windows-x86_64 | 0.99.60 | 101.00 | 519.00 | 620.00 | OK | |
| r-oldrel-macos-arm64 | 0.99.60 | OK | ||||
| r-oldrel-macos-x86_64 | 0.99.60 | 56.00 | 210.00 | 266.00 | OK | |
| r-oldrel-windows-x86_64 | 0.99.60 | 134.00 | 697.00 | 831.00 | OK |
Version: 0.99.60
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
DescTools/R/Desc.R (.Names: 4)
DescTools/R/DescTools.r (.Names: 4)
DescTools/R/PageDF.r (.Names: 1)
DescTools/man/PlotBag.Rd (.Dim: 1, .Dimnames: 1)
'.Names' should be changed to 'names'.
'.Dim' should be changed to 'dim'.
'.Dimnames' should be changed to 'dimnames'.
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
Version: 0.99.60
Check: Rd cross-references
Result: NOTE
Unknown package ‘prettyR’ in Rd xrefs
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.99.60
Check: Rd cross-references
Result: NOTE
Undeclared packages ‘ineq’, ‘randtests’, ‘Hmisc’, ‘plotrix’, ‘caret’, ‘pcaPP’, ‘polycor’, ‘lmtest’, ‘car’, ‘gmp’, ‘vcdExtra’, ‘chron’, ‘coin’, ‘caTools’, ‘forecast’, ‘sfsmisc’, ‘vcd’, ‘areaplot’, ‘corrgram’, ‘UsingR’, ‘memisc’, ‘gtools’, ‘BSDA’, ‘prettyR’, ‘robustHD’ in Rd xrefs
Unknown package ‘prettyR’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.99.60
Check: examples
Result: ERROR
Running examples in 'DescTools-Ex.R' failed
The error most likely occurred in:
> ### Name: StdCoef
> ### Title: Standardized Model Coefficients
> ### Aliases: StdCoef PartialSD
> ### Keywords: models
>
> ### ** Examples
>
>
> # Fit model to original data:
> fm <- lm(Fertility ~ Agriculture + Examination + Education + Catholic,
+ data = swiss)
>
> # Partial SD for the default formula:
> psd <- PartialSD(lm(data = swiss))[-1] # remove first element for intercept
Error in formula(mt) : argument "formula" is missing, with no default
Calls: PartialSD -> model.matrix -> lm
Execution halted
Flavor: r-devel-windows-x86_64