Last updated on 2022-01-06 15:51:20 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 5.56 | 39.41 | 44.97 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 5.02 | 30.59 | 35.61 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 57.86 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 46.80 | NOTE | |||
r-devel-windows-x86_64-new-UL | 0.1.3 | 54.00 | 57.00 | 111.00 | ERROR | |
r-devel-windows-x86_64-new-TK | 0.1.3 | OK | ||||
r-patched-linux-x86_64 | 0.1.3 | 5.23 | 38.28 | 43.51 | OK | |
r-release-linux-x86_64 | 0.1.3 | 6.37 | 38.12 | 44.49 | OK | |
r-release-macos-arm64 | 0.1.3 | OK | ||||
r-release-macos-x86_64 | 0.1.3 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.3 | 16.00 | 56.00 | 72.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.3 | 16.00 | 59.00 | 75.00 | OK |
Version: 0.1.3
Check: compiled code
Result: NOTE
File ‘gausscov/libs/gausscov.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: 0.1.3
Check: examples
Result: ERROR
Running examples in 'gausscov-Ex.R' failed
The error most likely occurred in:
> ### Name: fgr1st
> ### Title: Calculates a dependence graph using Gaussian stepwise selection
> ### Aliases: fgr1st
>
> ### ** Examples
>
> data(boston)
> a<-fgr1st(boston[,1:13],ind=3:6)
Flavor: r-devel-windows-x86_64-new-UL