Last updated on 2025-04-16 06:50:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.6 | 7.17 | 62.53 | 69.70 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.6 | 5.05 | 44.72 | 49.77 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.6 | 108.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.6 | 103.36 | NOTE | |||
r-devel-windows-x86_64 | 1.0.6 | 9.00 | 83.00 | 92.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.6 | 8.33 | 58.49 | 66.82 | NOTE | |
r-release-linux-x86_64 | 1.0.6 | 7.18 | 58.17 | 65.35 | NOTE | |
r-release-macos-arm64 | 1.0.6 | 35.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.6 | 64.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.6 | 9.00 | 86.00 | 95.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0.6 | 44.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.6 | 55.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0.6 | 12.00 | 97.00 | 109.00 | ERROR |
Version: 1.0.6
Check: Rd files
Result: NOTE
checkRd: (-1) glmfence.Rd:21: Lost braces; missing escapes or markup?
21 | is performed where the boundary is cstar*hat(sigma)_{M,tildeM}.}
| ^
checkRd: (-1) lmfence.Rd:21: Lost braces; missing escapes or markup?
21 | is performed where the boundary is cstar*hat(sigma)_{M,tildeM}.}
| ^
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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.0.6
Check: dependencies in R code
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.0.6
Check: examples
Result: ERROR
Running examples in 'mplot-Ex.R' failed
The error most likely occurred in:
> ### Name: plot.vis
> ### Title: Plot diagnostics for a vis object
> ### Aliases: plot.vis
>
> ### ** Examples
>
> n = 100
> set.seed(11)
> e = rnorm(n)
> x1 = rnorm(n)
> x2 = rnorm(n)
> x3 = x1^2
> x4 = x2^2
> x5 = x1*x2
> y = 1 + x1 + x2 + e
> dat = data.frame(y,x1,x2,x3,x4,x5)
> lm1 = lm(y~.,data=dat)
> ## Don't show:
> v1 = vis(lm1, B = 5, cores = 1, seed = 1)
Error in serverSocket(port = port) :
creation of server socket failed: port 11113 cannot be opened
Calls: vis -> <Anonymous> -> makePSOCKcluster -> serverSocket
Execution halted
Flavor: r-oldrel-windows-x86_64