Last updated on 2018-11-24 00:51:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.92 | 20.47 | 23.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.30 | 16.51 | 18.81 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 28.41 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 28.02 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 11.00 | 60.00 | 71.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.86 | 19.25 | 22.11 | NOTE | |
r-patched-solaris-x86 | 1.0 | 44.10 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.70 | 19.22 | 21.92 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 11.00 | 53.00 | 64.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 9.00 | 56.00 | 65.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
Grad.sph: no visible global function definition for ‘dist’
IMDS: no visible global function definition for ‘cmdscale’
IMDS: no visible global function definition for ‘as.dist’
IMDS: no visible global function definition for ‘runif’
IMDS: no visible global function definition for ‘optim’
idistSph: no visible global function definition for ‘dist’
obj.sph: no visible global function definition for ‘dist’
plot.imds: no visible binding for global variable ‘lines’
plot.imds: no visible global function definition for ‘plot’
plot.imds: no visible global function definition for ‘text’
plot.imds: no visible global function definition for ‘rect’
Undefined global functions or variables:
as.dist cmdscale dist lines optim plot rect runif text
Consider adding
importFrom("graphics", "lines", "plot", "rect", "text")
importFrom("stats", "as.dist", "cmdscale", "dist", "optim", "runif")
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-solaris-x86, 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: compiled code
Result: NOTE
File ‘smds/libs/smds.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