Last updated on 2022-05-09 17:52:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1-3 | 5.16 | 51.33 | 56.49 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.1-3 | 4.58 | 39.29 | 43.87 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.1-3 | 73.17 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.1-3 | 67.79 | NOTE | |||
r-devel-windows-x86_64 | 2.1-3 | 13.00 | 75.00 | 88.00 | NOTE | |
r-patched-linux-x86_64 | 2.1-3 | 9.77 | 49.02 | 58.79 | NOTE | |
r-release-linux-x86_64 | 2.1-3 | 5.16 | 48.89 | 54.05 | NOTE | |
r-release-macos-arm64 | 2.1-3 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 2.1-3 | 38.00 | NOTE | |||
r-release-windows-x86_64 | 2.1-3 | 13.00 | 75.00 | 88.00 | NOTE | |
r-oldrel-macos-arm64 | 2.1-3 | 34.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.1-3 | 36.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 2.1-3 | 17.00 | 77.00 | 94.00 | 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-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.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