Last updated on 2026-07-29 03:58:51 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.7 | 17.44 | 171.52 | 188.96 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.7 | 11.54 | 112.96 | 124.50 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.7 | 31.00 | 266.43 | 297.43 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.7 | 12.00 | 109.86 | 121.86 | OK | |
| r-devel-windows-x86_64 | 1.7 | 20.00 | 172.00 | 192.00 | OK | |
| r-patched-linux-x86_64 | 1.7 | 17.34 | 163.13 | 180.47 | OK | |
| r-release-linux-x86_64 | 1.7 | 14.45 | 164.16 | 178.61 | OK | |
| r-release-macos-arm64 | 1.7 | 4.00 | 39.00 | 43.00 | OK | |
| r-release-macos-x86_64 | 1.7 | 12.00 | 208.00 | 220.00 | OK | |
| r-release-windows-x86_64 | 1.7 | 21.00 | 185.00 | 206.00 | OK | |
| r-oldrel-macos-arm64 | 1.7 | OK | ||||
| r-oldrel-macos-x86_64 | 1.7 | 10.00 | 113.00 | 123.00 | OK | |
| r-oldrel-windows-x86_64 | 1.7 | 27.00 | 247.00 | 274.00 | OK |
Version: 1.7
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Nelson Lee Afanador <nelson.afanador@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Nelson", "Lee"),
family = "Afanador",
role = c("aut", "cre"),
email = "nelson.afanador@gmail.com"),
person(given = "Thanh",
family = "Tran",
role = "aut"),
person(given = "Lionel",
family = "Blanchet",
role = "aut"),
person(given = "Richard",
family = "Baumgartner",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.7
Check: examples
Result: ERROR
Running examples in ‘mvdalab-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plusminus.loo
> ### Title: Leave-one-out routine for 'plusminus' objects
> ### Aliases: plusminus.loo
>
> ### ** Examples
>
> data(plusMinusDat)
> mod1 <- plusminusFit(Y ~., data = plusMinusDat, validation = "loo", n_cores = 2)
Warning in model.matrix.default(mt, mf, contrasts = FALSE) :
non-list contrasts argument ignored
Error in serverSocket(port = port) :
creation of server socket failed: port 11621 cannot be opened
Calls: plusminusFit ... plusminus.loo -> makeCluster -> makePSOCKcluster -> serverSocket
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
pcaFit 4.258 0.019 5.492
MVComp 3.803 0.163 5.086
Flavor: r-devel-linux-x86_64-debian-gcc