CRAN Package Check Results for Package pso

Last updated on 2019-06-18 01:48:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 5.35 24.60 29.95 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.3 4.11 19.47 23.58 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.3 34.61 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.3 33.85 NOTE
r-devel-windows-ix86+x86_64 1.0.3 9.00 39.00 48.00 NOTE
r-patched-linux-x86_64 1.0.3 5.60 24.09 29.69 NOTE
r-patched-solaris-x86 1.0.3 54.10 NOTE
r-release-linux-x86_64 1.0.3 5.48 23.99 29.47 NOTE
r-release-windows-ix86+x86_64 1.0.3 11.00 48.00 59.00 NOTE
r-release-osx-x86_64 1.0.3 NOTE
r-oldrel-windows-ix86+x86_64 1.0.3 7.00 56.00 63.00 NOTE
r-oldrel-osx-x86_64 1.0.3 NOTE

Check Details

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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64