Last updated on 2022-04-19 05:52:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 4.58 | 34.60 | 39.18 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.69 | 26.57 | 30.26 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 49.49 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 36.40 | NOTE | |||
r-devel-windows-x86_64-new-UL | 1.0 | 12.00 | 60.00 | 72.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.91 | 34.41 | 38.32 | NOTE | |
r-release-linux-x86_64 | 1.0 | 3.55 | 32.71 | 36.26 | NOTE | |
r-release-macos-arm64 | 1.0 | NOTE | ||||
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 10.00 | 50.00 | 60.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 10.00 | 49.00 | 59.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-x86_64-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-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