CRAN Package Check Results for Package PortfolioAnalysis

Last updated on 2021-03-04 00:48:06 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 8.08 67.44 75.52 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 6.04 49.04 55.08 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.1 99.37 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 83.41 OK
r-devel-windows-ix86+x86_64 1.1.1 20.00 89.00 109.00 OK
r-patched-linux-x86_64 1.1.1 8.05 61.40 69.45 ERROR
r-patched-solaris-x86 1.1.1 127.30 OK
r-release-linux-x86_64 1.1.1 6.49 62.77 69.26 OK
r-release-macos-x86_64 1.1.1 OK
r-release-windows-ix86+x86_64 1.1.1 14.00 68.00 82.00 OK
r-oldrel-macos-x86_64 1.1.1 OK
r-oldrel-windows-ix86+x86_64 1.1.1 16.00 80.00 96.00 OK

Additional issues

ATLAS

Check Details

Version: 1.1.1
Check: examples
Result: ERROR
    Running examples in ‘PortfolioAnalysis-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: EfficientFrontier
    > ### Title: Plot Efficient frontier
    > ### Aliases: EfficientFrontier
    >
    > ### ** Examples
    >
    > EfficientFrontier(c('FXAIX', 'TIBFX'), period = 'days')
    ‘getSymbols’ currently uses auto.assign=TRUE by default, but will
    use auto.assign=FALSE in 0.5-0. You will still be able to use
    ‘loadSymbols’ to automatically load data. getOption("getSymbols.env")
    and getOption("getSymbols.auto.assign") will still be checked for
    alternate defaults.
    
    This message is shown once per session and may be disabled by setting
    options("getSymbols.warning4.0"=FALSE). See ?getSymbols for details.
    
    Warning: FXAIX contains missing values. Some functions will not work if objects contain missing values in the middle of the series. Consider using na.omit(), na.approx(), na.fill(), etc to remove or replace them.
    Warning in to.period(raw, period = period) :
     missing values removed from data
    Warning: TIBFX contains missing values. Some functions will not work if objects contain missing values in the middle of the series. Consider using na.omit(), na.approx(), na.fill(), etc to remove or replace them.
    Warning in to.period(raw, period = period) :
     missing values removed from data
    Error in solve.QP(Dmat = Dmat, dvec = dvec, Amat = Amat, bvec = bvec, :
     constraints are inconsistent, no solution!
    Calls: EfficientFrontier -> optim.portfolio -> solve.QP
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.1
Check: examples
Result: ERROR
    Running examples in ‘PortfolioAnalysis-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: EfficientFrontier
    > ### Title: Plot Efficient frontier
    > ### Aliases: EfficientFrontier
    >
    > ### ** Examples
    >
    > EfficientFrontier(c('FXAIX', 'TIBFX'), period = 'days')
    ‘getSymbols’ currently uses auto.assign=TRUE by default, but will
    use auto.assign=FALSE in 0.5-0. You will still be able to use
    ‘loadSymbols’ to automatically load data. getOption("getSymbols.env")
    and getOption("getSymbols.auto.assign") will still be checked for
    alternate defaults.
    
    This message is shown once per session and may be disabled by setting
    options("getSymbols.warning4.0"=FALSE). See ?getSymbols for details.
    
    Error in solve.QP(Dmat = Dmat, dvec = dvec, Amat = Amat, bvec = bvec, :
     constraints are inconsistent, no solution!
    Calls: EfficientFrontier -> optim.portfolio -> solve.QP
    Execution halted
Flavor: r-patched-linux-x86_64