Last updated on 2020-08-07 01:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 6.83 | 26.62 | 33.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 5.05 | 20.56 | 25.61 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 48.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 38.25 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.3 | 17.00 | 35.00 | 52.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.3 | 6.82 | 26.30 | 33.12 | NOTE | |
r-patched-solaris-x86 | 1.0.3 | 57.10 | NOTE | |||
r-release-linux-x86_64 | 1.0.3 | 6.71 | 26.16 | 32.87 | NOTE | |
r-release-macos-x86_64 | 1.0.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.3 | 11.00 | 48.00 | 59.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.3 | 11.00 | 48.00 | 59.00 | NOTE |
Version: 1.0.3
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'numDeriv' in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Package in Depends field not imported from: 'methods'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0.3
Check: R code for possible problems
Result: NOTE
test.problem : g: no visible global function definition for 'grad'
test.problem: no visible global function definition for 'new'
psoptim,test.problem-missing-missing-missing-missing: no visible global
function definition for 'new'
show,test.result: no visible global function definition for 'show'
show,test.result: no visible global function definition for 'sd'
Undefined global functions or variables:
grad new sd show
Consider adding
importFrom("methods", "new", "show")
importFrom("stats", "sd")
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64