- A new section "A practical example using FAANG price data" was added to the vignette. This section is inspired by Tharsis Souza's blog post on risk parity: https://towardsdatascience.com/ray-dalio-etf-900edfe64b05
- Included the R/Finance 2019 slides as an additional vignette.
- Included the slides on risk parity portfolio from the Convex Optimization course at the Hong Kong Univ. of Science and Technology (HKUST) as an additional vignette.
- New plotting function implemented: barplotPortfolioRisk().
- General linear constraints now supported in the main function riskParityPortfolio()
- Fixed some VignetteBuilder issues with CRAN.
- Refactored stopping criteria. [commit 350f622]
- Fixed bug where stocks names were being tossed out by C++ functions. [commit a02ffc4]
- Revised vignette (fix name issue and include new section on algorithm description).
- Revise the error control of riskParityPortfolio().
- Check feasibility in riskParityPortfolio().
- Improved tests.
- Initial release is on CRAN.