Last updated on 2022-05-15 01:52:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2-2 | 6.15 | 47.31 | 53.46 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.2-2 | 4.76 | 36.20 | 40.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.2-2 | 65.17 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.2-2 | 63.77 | NOTE | |||
r-devel-windows-x86_64 | 2.2-2 | 26.00 | 65.00 | 91.00 | NOTE | |
r-patched-linux-x86_64 | 2.2-2 | 5.34 | 45.97 | 51.31 | NOTE | |
r-release-linux-x86_64 | 2.2-2 | 5.70 | 45.43 | 51.13 | 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