CRAN Package Check Results for Package fCertificates

Last updated on 2022-04-29 10:55:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5-4 6.66 70.40 77.06 NOTE
r-devel-linux-x86_64-debian-gcc 0.5-4 4.55 52.45 57.00 NOTE
r-devel-linux-x86_64-fedora-clang 0.5-4 14.11 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5-4 14.33 ERROR
r-devel-windows-x86_64 0.5-4 58.00 82.00 140.00 NOTE
r-patched-linux-x86_64 0.5-4 8.76 65.80 74.56 NOTE
r-release-linux-x86_64 0.5-4 6.82 66.37 73.19 NOTE
r-release-macos-arm64 0.5-4 32.00 NOTE
r-release-macos-x86_64 0.5-4 51.00 NOTE
r-release-windows-x86_64 0.5-4 74.00 88.00 162.00 NOTE
r-oldrel-macos-arm64 0.5-4 30.00 NOTE
r-oldrel-macos-x86_64 0.5-4 49.00 NOTE
r-oldrel-windows-ix86+x86_64 0.5-4 11.00 58.00 69.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-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: 0.5-4
Check: package dependencies
Result: ERROR
    Package required but not available: ‘fOptions’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc