Last updated on 2022-05-09 17:52:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 9.63 | 81.08 | 90.71 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 8.33 | 62.10 | 70.43 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 108.12 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 110.49 | NOTE | |||
r-devel-windows-x86_64 | 1.0.2 | 15.00 | 99.00 | 114.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.2 | 9.46 | 77.69 | 87.15 | NOTE | |
r-release-linux-x86_64 | 1.0.2 | 9.26 | 78.88 | 88.14 | NOTE | |
r-release-macos-arm64 | 1.0.2 | 36.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.2 | 58.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.2 | 14.00 | 96.00 | 110.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0.2 | 41.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.2 | 62.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0.2 | 22.00 | 125.00 | 147.00 | NOTE |
Version: 1.0.2
Check: R code for possible problems
Result: NOTE
cv.msda: no visible global function definition for 'predict'
formatoutput: no visible global function definition for 'new'
msda.prep: no visible global function definition for 'cov'
plot.msda: no visible global function definition for 'par'
plot.msda: no visible global function definition for 'matplot'
plot.msda: no visible global function definition for 'rainbow'
plot.msda: no visible global function definition for 'approx'
plot.msda: no visible global function definition for 'axis'
predict.msda: no visible binding for global variable 'sd'
predict.msda: no visible global function definition for 'predict'
zeromat: no visible global function definition for 'new'
Undefined global functions or variables:
approx axis cov matplot new par predict rainbow sd
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "axis", "matplot", "par")
importFrom("methods", "new")
importFrom("stats", "approx", "cov", "predict", "sd")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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.2
Check: compiled code
Result: NOTE
File ‘msda/libs/msda.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