Last updated on 2018-08-10 07:47:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4 | 50.27 | 45.28 | 95.55 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.4 | 40.61 | 36.59 | 77.20 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4 | 133.85 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.4 | 120.13 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.4 | 126.00 | 107.00 | 233.00 | NOTE | |
r-patched-linux-x86_64 | 1.4 | 52.19 | 43.25 | 95.44 | NOTE | |
r-patched-solaris-x86 | 1.4 | 134.70 | OK | |||
r-release-linux-x86_64 | 1.4 | 50.06 | 43.14 | 93.20 | NOTE | |
r-release-windows-ix86+x86_64 | 1.4 | 129.00 | 76.00 | 205.00 | NOTE | |
r-release-osx-x86_64 | 1.4 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 1.4 | 86.00 | 105.00 | 191.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.4 | NOTE |
Version: 1.4
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
ANN.cpp:54:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
ANN.cpp:55:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
ANN.cpp:56:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./pr_queue_k.h:103:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./pr_queue.h:89:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./pr_queue.h:91:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./pr_queue.h:108:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./pr_queue.h:109:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./pr_queue.h:110:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_fix_rad_search.cpp:150:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_fix_rad_search.cpp:151:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_fix_rad_search.cpp:152:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_fix_rad_search.cpp:153:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_fix_rad_search.cpp:154:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_pr_search.cpp:183:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_pr_search.cpp:184:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_pr_search.cpp:185:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_pr_search.cpp:186:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_pr_search.cpp:187:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_pr_search.cpp:188:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_search.cpp:174:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_search.cpp:175:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_search.cpp:176:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_search.cpp:177:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_search.cpp:178:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_search.cpp:179:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_util.cpp:130:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_util.cpp:131:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_util.cpp:133:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_util.cpp:241:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
kd_util.cpp:242:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64
Version: 1.4
Check: compiled code
Result: NOTE
File ‘KODAMA/libs/KODAMA.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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.4
Check: installed package size
Result: NOTE
installed size is 6.9Mb
sub-directories of 1Mb or more:
data 2.5Mb
libs 3.4Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64