Last updated on 2022-06-20 14:51:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 36.42 | 92.23 | 128.65 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 28.91 | 89.01 | 117.92 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 205.24 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 195.23 | NOTE | |||
r-devel-windows-x86_64 | 1.2.1 | 51.00 | 158.00 | 209.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.1 | 36.15 | 110.79 | 146.94 | NOTE | |
r-release-linux-x86_64 | 1.2.1 | 32.42 | 92.00 | 124.42 | NOTE | |
r-release-macos-arm64 | 1.2.1 | 50.00 | NOTE | |||
r-release-macos-x86_64 | 1.2.1 | 97.00 | NOTE | |||
r-release-windows-x86_64 | 1.2.1 | 52.00 | 157.00 | 209.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2.1 | 55.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2.1 | 82.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.2.1 | 89.00 | 168.00 | 257.00 | NOTE |
Version: 1.2.1
Check: R code for possible problems
Result: NOTE
drawGraph: no visible global function definition for 'pdf'
drawGraph: no visible global function definition for 'par'
drawGraph: no visible global function definition for 'segments'
drawGraph: no visible global function definition for 'lines'
drawGraph: no visible global function definition for 'text'
drawGraph: no visible global function definition for 'dev.off'
drugRank: no visible global function definition for 'aggregate'
floating2: no visible global function definition for 'cor'
timma: no visible global function definition for 'median'
timma: no visible global function definition for 'write.table'
Undefined global functions or variables:
aggregate cor dev.off lines median par pdf segments text write.table
Consider adding
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "lines", "par", "segments", "text")
importFrom("stats", "aggregate", "cor", "median")
importFrom("utils", "write.table")
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: 1.2.1
Check: compiled code
Result: NOTE
File ‘timma/libs/timma.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