Last updated on 2016-03-07 23:47:34.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 0.72 | 12.50 | 13.22 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 23.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 21.70 | NOTE | |||
r-devel-osx-x86_64-clang | 1.0.3 | 26.22 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.3 | 3.00 | 37.00 | 40.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.3 | 0.78 | 13.35 | 14.13 | NOTE | |
r-patched-solaris-sparc | 1.0.3 | 153.90 | NOTE | |||
r-patched-solaris-x86 | 1.0.3 | 35.60 | NOTE | |||
r-release-linux-x86_64 | 1.0.3 | 0.70 | 13.36 | 14.06 | NOTE | |
r-release-osx-x86_64-mavericks | 1.0.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.3 | 2.00 | 34.00 | 36.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.0.3 | 3.00 | 23.00 | 26.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-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+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-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-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’
Flavors: r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64