Last updated on 2020-04-25 01:53:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 22.75 | 36.94 | 59.69 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 15.27 | 30.17 | 45.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 76.79 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 73.51 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 70.00 | 119.00 | 189.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 19.08 | 37.50 | 56.58 | NOTE | |
r-patched-osx-x86_64 | 1.0 | NOTE | ||||
r-patched-solaris-x86 | 1.0 | 101.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 17.13 | 34.75 | 51.88 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 68.00 | 69.00 | 137.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 35.00 | 78.00 | 113.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | 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-ix86+x86_64, r-patched-linux-x86_64, r-patched-osx-x86_64, r-patched-solaris-x86
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
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 ‘plot’
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 plot points polygon text
Consider adding
importFrom("graphics", "lines", "persp", "plot", "points", "polygon",
"text")
importFrom("utils", "combn")
to your NAMESPACE file.
Flavors: r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: 'rgl_init' failed, running with rgl.useNULL = TRUE
Flavor: r-release-osx-x86_64