Last updated on 2020-08-07 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 4.41 | 22.37 | 26.78 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.03 | 17.44 | 20.47 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 41.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 33.16 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 13.00 | 51.00 | 64.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.48 | 22.26 | 25.74 | NOTE | |
r-patched-solaris-x86 | 1.0 | 48.10 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.67 | 22.41 | 26.08 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 14.00 | 57.00 | 71.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 10.00 | 53.00 | 63.00 | 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 'text'
plot.imds: no visible global function definition for 'rect'
Undefined global functions or variables:
as.dist cmdscale dist lines optim rect runif text
Consider adding
importFrom("graphics", "lines", "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-macos-x86_64, r-release-windows-ix86+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
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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64