Last updated on 2021-05-27 12:54:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 35.58 | 50.47 | 86.05 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 25.04 | 37.64 | 62.68 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 127.55 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 112.02 | ERROR | |||
r-devel-windows-x86_64 | 1.0.1 | 47.00 | 72.00 | 119.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0.1 | OK | ||||
r-patched-linux-x86_64 | 1.0.1 | 28.68 | 62.15 | 90.83 | OK | |
r-patched-solaris-x86 | 1.0.1 | 135.10 | OK | |||
r-release-linux-x86_64 | 1.0.1 | 28.00 | 63.13 | 91.13 | OK | |
r-release-windows-ix86+x86_64 | 1.0.1 | 61.00 | 122.00 | 183.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 64.00 | 109.00 | 173.00 | OK |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in 'snipEM-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: snipEM
> ### Title: Snipping for location and scatter estimation with cellwise
> ### outliers
> ### Aliases: snipEM snipEM.initialV
>
> ### ** Examples
>
> n=100
> p=5
> Xc <- matrix(rnorm(100*10),100,5)
Error in matrix(rnorm(100 * 10), 100, 5) :
data length differs from size of matrix: [1000 != 100 x 5]
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: compiled code
Result: NOTE
File ‘snipEM/libs/snipEM.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘snipEM-Ex.R’ failed
The error most likely occurred in:
> ### Name: snipEM
> ### Title: Snipping for location and scatter estimation with cellwise
> ### outliers
> ### Aliases: snipEM snipEM.initialV
>
> ### ** Examples
>
> n=100
> p=5
> Xc <- matrix(rnorm(100*10),100,5)
Error in matrix(rnorm(100 * 10), 100, 5) :
data length differs from size of matrix: [1000 != 100 x 5]
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc