Last updated on 2025-03-15 06:50:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5-7 | 33.26 | 262.03 | 295.29 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5-7 | 20.11 | 167.61 | 187.72 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5-7 | 520.62 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5-7 | 566.28 | OK | |||
r-devel-macos-arm64 | 0.5-7 | 111.00 | OK | |||
r-devel-macos-x86_64 | 0.5-7 | 231.00 | OK | |||
r-devel-windows-x86_64 | 0.5-7 | 33.00 | 286.00 | 319.00 | OK | |
r-patched-linux-x86_64 | 0.5-6 | NOTE | ||||
r-release-linux-x86_64 | 0.5-6 | 30.55 | 254.63 | 285.18 | NOTE | |
r-release-macos-arm64 | 0.5-7 | 92.00 | ERROR | |||
r-release-macos-x86_64 | 0.5-7 | 301.00 | OK | |||
r-release-windows-x86_64 | 0.5-6 | 33.00 | 277.00 | 310.00 | NOTE | |
r-oldrel-macos-arm64 | 0.5-7 | 105.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5-7 | 277.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5-7 | 43.00 | 296.00 | 339.00 | OK |
Version: 0.5-6
Check: Rd files
Result: NOTE
checkRd: (-1) PAVranking.Rd:77-79: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) PAVranking.Rd:80-82: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) PAVranking.Rd:83-85: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) PAVranking.Rd:86-87: Lost braces in \itemize; \value handles \item{}{} directly
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 0.5-7
Check: examples
Result: ERROR
Running examples in ‘semTools-Ex.R’ failed
The error most likely occurred in:
> ### Name: combinequark
> ### Title: Combine the results from the quark function
> ### Aliases: combinequark
>
> ### ** Examples
>
>
> set.seed(123321)
> dat <- HolzingerSwineford1939[,7:15]
> misspat <- matrix(runif(nrow(dat) * 9) < 0.3, nrow(dat))
> dat[misspat] <- NA
> dat <- cbind(HolzingerSwineford1939[,1:3], dat)
>
> quark.list <- quark(data = dat, id = c(1, 2))
Data Check Passed.
ID Check Passed.
The quark function requires the "mice" package to be installed.
>
> final.data <- combinequark(quark = quark.list, percent = 80)
Error in if (pct[i] >= percent) { : argument is of length zero
Calls: combinequark
Execution halted
Flavor: r-release-macos-arm64