Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minor edit.
  • Loading branch information
robustport authored Oct 17, 2024
1 parent 7ca8260 commit eb05789
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ New Vignettes and their Code Functions in the demo Folder:
PortfolioAnalytics”
4. demo_robustCovMatForPA.R

# PortfolioAnalytics Demo Scrips
PortfolioAnalytics has contained a substantial number of demo R scripts in the *demo* folder for a long time. Assuming that PortfolioAnalytics is installed, but not necessarily loaded, you can view a list of the names of al the demo folder R scripts with the following R command
# PortfolioAnalytics Demo Scripts
PortfolioAnalytics has contained a substantial number of demo R scripts in the *demo* folder for a long time. Assuming that an R package is installed, but not necessarily loaded, you can view a list of the names of al the demo folder R scripts with the following R command

demo(package = “PortfolioAnalytics”)
demo(package = “packageName”)

which you can easily verify for the case of PortfolioAnalytics.


# New 2.1 Features
Expand Down

0 comments on commit eb05789

Please sign in to comment.