Last updated on 2025-03-19 07:53:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3-3 | 10.33 | 88.22 | 98.55 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3-3 | 7.26 | 62.68 | 69.94 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3-3 | 158.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3-3 | 145.12 | OK | |||
r-devel-macos-arm64 | 1.3-3 | 42.00 | OK | |||
r-devel-macos-x86_64 | 1.3-3 | 85.00 | OK | |||
r-devel-windows-x86_64 | 1.3-3 | 12.00 | 99.00 | 111.00 | OK | |
r-patched-linux-x86_64 | 1.3-2 | 8.50 | 77.98 | 86.48 | ERROR | |
r-release-linux-x86_64 | 1.3-2 | 11.38 | 76.70 | 88.08 | ERROR | |
r-release-macos-arm64 | 1.3-3 | 52.00 | OK | |||
r-release-macos-x86_64 | 1.3-3 | 95.00 | OK | |||
r-release-windows-x86_64 | 1.3-3 | 17.00 | 97.00 | 114.00 | OK | |
r-oldrel-macos-arm64 | 1.3-3 | 50.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3-3 | 87.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3-3 | 16.00 | 121.00 | 137.00 | OK |
Version: 1.3-2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Rd warning: xtable.SK.Rd:29: missing link ‘xtable’
Flavor: r-patched-linux-x86_64
Version: 1.3-2
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
xtable.SK.Rd: xtable
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavor: r-patched-linux-x86_64
Version: 1.3-2
Check: examples
Result: ERROR
Running examples in ‘ScottKnott-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SK
> ### Title: The SK Test for Single Experiments
> ### Aliases: SK SK.default SK.aov SK.lm SK.formula SK.aovlist SK.lmerMod
> ### Keywords: package
>
> ### ** Examples
>
> ##
> ## Examples:Randomized Complete Block Design (RCBD)
> ## More details: demo(package='SK')
> ##
>
> ## The parameters can be: formula, aov, lm, aovlist and lmerMod
>
> data(RCBD)
>
> ## From: formula
> sk1 <- with(RCBD,
+ SK(y ~ blk + tra,
+ data=dfm,
+ which='tra'))
Error in data.frame(means = aux_mt1, reps = reps) :
arguments imply differing number of rows: 0, 5
Calls: with ... eval -> SK -> SK.formula -> SK -> SK.lm -> data.frame
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64