Last updated on 2020-01-27 00:48:09 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1-3 | 4.27 | 26.86 | 31.13 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.1-3 | 2.87 | 21.46 | 24.33 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.1-3 | 38.00 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.1-3 | 36.73 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.1-3 | 12.00 | 74.00 | 86.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 2.1-3 | 17.00 | 72.00 | 89.00 | NOTE | |
r-patched-linux-x86_64 | 2.1-3 | 3.10 | 24.21 | 27.31 | NOTE | |
r-patched-solaris-x86 | 2.1-3 | 53.20 | NOTE | |||
r-release-linux-x86_64 | 2.1-3 | 3.10 | 24.31 | 27.41 | NOTE | |
r-release-windows-ix86+x86_64 | 2.1-3 | 10.00 | 50.00 | 60.00 | NOTE | |
r-release-osx-x86_64 | 2.1-3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.1-3 | 7.00 | 61.00 | 68.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.1-3 | NOTE |
Version: 2.1-3
Check: R code for possible problems
Result: NOTE
simulate.sisnetwork: no visible global function definition for 'var'
Undefined global functions or variables:
var
Consider adding
importFrom("stats", "var")
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-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 2.1-3
Check: compiled code
Result: NOTE
File ‘networksis/libs/networksis.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