Last updated on 2022-05-21 22:58:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 19.02 | 46.19 | 65.21 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 16.50 | 36.33 | 52.83 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 88.94 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 81.35 | NOTE | |||
r-devel-windows-x86_64 | 1.2.1 | 20.00 | 103.00 | 123.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.1 | 15.92 | 44.89 | 60.81 | NOTE | |
r-release-linux-x86_64 | 1.2.1 | 16.39 | 44.29 | 60.68 | NOTE | |
r-release-macos-arm64 | 1.2.1 | 28.00 | NOTE | |||
r-release-macos-x86_64 | 1.2.1 | 37.00 | NOTE | |||
r-release-windows-x86_64 | 1.2.1 | 22.00 | 104.00 | 126.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2.1 | 36.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2.1 | 54.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.2.1 | 47.00 | 88.00 | 135.00 | NOTE |
Version: 1.2.1
Check: R code for possible problems
Result: NOTE
lbfgs: no visible global function definition for 'hasArg'
Undefined global functions or variables:
hasArg
Consider adding
importFrom("methods", "hasArg")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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 ‘lbfgs/libs/lbfgs.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