Last updated on 2024-12-26 01:50:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8-5 | 11.10 | 190.56 | 201.66 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.8-5 | 8.31 | 137.08 | 145.39 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.8-5 | 330.49 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.8-5 | 322.61 | ERROR | |||
r-devel-windows-x86_64 | 0.8-5 | 13.00 | 208.00 | 221.00 | NOTE | |
r-patched-linux-x86_64 | 0.8-5 | 19.59 | 181.24 | 200.83 | NOTE | |
r-release-linux-x86_64 | 0.8-5 | 12.14 | 181.75 | 193.89 | NOTE | |
r-release-macos-arm64 | 0.8-5 | 106.00 | NOTE | |||
r-release-macos-x86_64 | 0.8-5 | 146.00 | NOTE | |||
r-release-windows-x86_64 | 0.8-5 | 14.00 | 204.00 | 218.00 | NOTE | |
r-oldrel-macos-arm64 | 0.8-5 | 91.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8-5 | 178.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8-5 | 19.00 | 263.00 | 282.00 | OK |
Version: 0.8-5
Check: Rd files
Result: NOTE
checkRd: (-1) datasets.Rd:15: Lost braces
15 | and dimension information (\code{dim} or code{length}) of each item,
| ^
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.8-5
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
mcaplot.Rd: multilines
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: 0.8-5
Check: examples
Result: ERROR
Running examples in ‘vcdExtra-Ex.R’ failed
The error most likely occurred in:
> ### Name: seq_loglm
> ### Title: Sequential Loglinear Models for an N-way Table
> ### Aliases: seq_loglm
> ### Keywords: models
>
> ### ** Examples
>
> data(Titanic, package="datasets")
> # variables are in the order Class, Sex, Age, Survived
> tt <- seq_loglm(Titanic)
Error in loglin(mtab, margin = NULL, print = FALSE) :
invalid zero-length input(s): ncon 0, nmar 0
Calls: seq_loglm -> loglin
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc