Last updated on 2022-06-20 14:51:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2-2 | 6.58 | 39.51 | 46.09 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.2-2 | 4.46 | 29.93 | 34.39 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.2-2 | 64.29 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.2-2 | 63.94 | NOTE | |||
r-devel-windows-x86_64 | 2.2-2 | 22.00 | 61.00 | 83.00 | NOTE | |
r-patched-linux-x86_64 | 2.2-2 | 4.86 | 37.31 | 42.17 | NOTE | |
r-release-linux-x86_64 | 2.2-2 | 4.94 | 37.07 | 42.01 | NOTE | |
r-release-macos-arm64 | 2.2-2 | 23.00 | NOTE | |||
r-release-macos-x86_64 | 2.2-2 | 33.00 | NOTE | |||
r-release-windows-x86_64 | 2.2-2 | 16.00 | 62.00 | 78.00 | NOTE | |
r-oldrel-macos-arm64 | 2.2-2 | 25.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.2-2 | 40.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 2.2-2 | 12.00 | 61.00 | 73.00 | NOTE |
Version: 2.2-2
Check: R code for possible problems
Result: NOTE
Compare2FDS: no visible global function definition for 'runif'
Compare2FDS: no visible global function definition for 'lm'
Compare2FDS: no visible global function definition for 'model.matrix'
Compare2FDS: no visible global function definition for 'abline'
Compare2FDS: no visible global function definition for 'lines'
Compare2FDS: no visible global function definition for 'text'
Compare2Vdg: no visible global function definition for 'par'
Compare2Vdg: no visible global function definition for 'lines'
Compare2Vdg: no visible global function definition for 'legend'
FDSPlot: no visible global function definition for 'runif'
FDSPlot: no visible global function definition for 'lm'
FDSPlot: no visible global function definition for 'model.matrix'
FDSPlot: no visible global function definition for 'abline'
Vdgraph: no visible global function definition for 'par'
Vdgraph: no visible global function definition for 'lines'
Vdgraph: no visible global function definition for 'legend'
Undefined global functions or variables:
abline legend lines lm model.matrix par runif text
Consider adding
importFrom("graphics", "abline", "legend", "lines", "par", "text")
importFrom("stats", "lm", "model.matrix", "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, 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: 2.2-2
Check: compiled code
Result: NOTE
File ‘Vdgraph/libs/Vdgraph.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