Last updated on 2022-06-20 14:51:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 19.66 | 45.04 | 64.70 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 19.77 | 34.85 | 54.62 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 106.76 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 93.82 | WARN | |||
r-devel-windows-x86_64 | 1.0 | 28.00 | 85.00 | 113.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 21.31 | 42.41 | 63.72 | NOTE | |
r-release-linux-x86_64 | 1.0 | 22.27 | 43.10 | 65.37 | NOTE | |
r-release-macos-arm64 | 1.0 | 29.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 38.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 27.00 | 88.00 | 115.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 34.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 53.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 60.00 | 94.00 | 154.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
Calculate3D: no visible global function definition for 'persp'
CalculateHUM_Ex: no visible global function definition for 'combn'
CalculateHUM_Plot: no visible global function definition for 'polygon'
CalculateHUM_Plot: no visible global function definition for 'text'
CalculateHUM_Plot: no visible global function definition for 'points'
CalculateHUM_Plot: no visible global function definition for 'lines'
Undefined global functions or variables:
combn lines persp points polygon text
Consider adding
importFrom("graphics", "lines", "persp", "points", "polygon", "text")
importFrom("utils", "combn")
to your NAMESPACE file.
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-ix86+x86_64
Version: 1.0
Check: package dependencies
Result: WARN
Requires orphaned package: ‘gtools’
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0
Check: compiled code
Result: NOTE
File ‘HUM/libs/HUM.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