CRAN Package Check Results for Package fCertificates

Last updated on 2020-08-07 01:49:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5-4 7.14 52.41 59.55 NOTE
r-devel-linux-x86_64-debian-gcc 0.5-4 5.72 40.49 46.21 NOTE
r-devel-linux-x86_64-fedora-clang 0.5-4 78.22 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5-4 68.79 NOTE
r-devel-windows-ix86+x86_64 0.5-4 16.00 66.00 82.00 NOTE
r-patched-linux-x86_64 0.5-4 5.93 51.62 57.55 NOTE
r-patched-solaris-x86 0.5-4 95.50 NOTE
r-release-linux-x86_64 0.5-4 6.63 51.73 58.36 NOTE
r-release-macos-x86_64 0.5-4 NOTE
r-release-windows-ix86+x86_64 0.5-4 16.00 85.00 101.00 NOTE
r-oldrel-macos-x86_64 0.5-4 NOTE
r-oldrel-windows-ix86+x86_64 0.5-4 11.00 83.00 94.00 NOTE

Check Details

Version: 0.5-4
Check: R code for possible problems
Result: NOTE
    PTSingleAssetBarrierOption2: no visible global function definition for
     'new'
    newton: no visible global function definition for 'abline'
    probInRange: no visible global function definition for 'pnorm'
    shortfall_risk: no visible global function definition for 'pnorm'
    Undefined global functions or variables:
     abline new pnorm
    Consider adding
     importFrom("graphics", "abline")
     importFrom("methods", "new")
     importFrom("stats", "pnorm")
    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

Version: 0.5-4
Check: R code for possible problems
Result: NOTE
    PTSingleAssetBarrierOption2: no visible global function definition for
     ‘new’
    newton: no visible global function definition for ‘plot’
    newton: no visible global function definition for ‘abline’
    probInRange: no visible global function definition for ‘pnorm’
    shortfall_risk: no visible global function definition for ‘pnorm’
    Undefined global functions or variables:
     abline new plot pnorm
    Consider adding
     importFrom("graphics", "abline", "plot")
     importFrom("methods", "new")
     importFrom("stats", "pnorm")
    to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
    contains 'methods').
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64