# PortfolioAnalyticsPresentation **Repository Path**: roywei/PortfolioAnalyticsPresentation ## Basic Information - **Project Name**: PortfolioAnalyticsPresentation - **Description**: No description available - **Primary Language**: R - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-01 - **Last Updated**: 2023-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PortfolioAnalyticsPresentation ============================== Repository for exploring ways to develop html presentation for the PortfolioAnalytics package, primarily for RFinance 2014. This repo has two branches * master * gh-pages Only work on the master branch. The gh-pages branch is used to view the generated presentation as index.html. http://oli.jp/2011/github-pages-workflow/ you can push your local master branch to the gh-pages branch on GitHub ``` git push -f origin master:gh-pages ```