CRAN Package Check Results for Maintainer ‘Oleksii Nikolaienko <oleksii.nikolaienko at gmail.com>’

Last updated on 2022-04-24 03:53:02 CEST.

Package ERROR OK
ExtDist 2 10

Package ExtDist

Current CRAN status: ERROR: 2, OK: 10

Version: 0.6-4
Check: examples
Result: ERROR
    Running examples in ‘ExtDist-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: Beta
    > ### Title: The Standard Beta Distribution.
    > ### Aliases: Beta dBeta eBeta iBeta lBeta pBeta qBeta rBeta sBeta
    >
    > ### ** Examples
    >
    > # Parameter estimation for a distribution with known shape parameters
    > x <- rBeta(n=500, params=list(shape1=2, shape2=2))
    > est.par <- eBeta(x); est.par
    
    Parameters for the Beta distribution.
    (found using the MOM method.)
    
     Parameter Type Estimate
     shape1 shape 2.072842
     shape2 shape 2.014862
    
    
    > plot(est.par)
    Error in loadNamespace(x) :
     there is no package called ‘PerformanceAnalytics’
    Calls: plot ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
    Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64