From eb05789924056c6ad3caad872f6e6cd1eb199b3f Mon Sep 17 00:00:00 2001 From: Doug Martin <103768518+robustport@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:48:46 -0700 Subject: [PATCH] Update README.md Minor edit. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 988bea6..516f95d 100644 --- a/README.md +++ b/README.md @@ -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