[Introcompfinr-commits] r8 - in pkg/IntroCompFinR: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Feb 17 18:49:36 CET 2015


Author: bethanyyollin
Date: 2015-02-17 18:49:35 +0100 (Tue, 17 Feb 2015)
New Revision: 8

Modified:
   pkg/IntroCompFinR/R/plot.Markowitz.R
   pkg/IntroCompFinR/R/summary.Markowitz.R
   pkg/IntroCompFinR/man/plot.Markowitz.Rd
   pkg/IntroCompFinR/man/summary.Markowitz.Rd
Log:
Fixed minor error in examples; missing '#'.

Modified: pkg/IntroCompFinR/R/plot.Markowitz.R
===================================================================
--- pkg/IntroCompFinR/R/plot.Markowitz.R	2015-02-16 23:05:59 UTC (rev 7)
+++ pkg/IntroCompFinR/R/plot.Markowitz.R	2015-02-17 17:49:35 UTC (rev 8)
@@ -10,7 +10,7 @@
 #' @param ... controlled variables for \code{plot()}
 #' 
 #' @examples
-#' construct the data
+#' # construct the data
 #' asset.names = c("MSFT", "NORD", "SBUX")
 #' er = c(0.0427, 0.0015, 0.0285)
 #' names(er) = asset.names

Modified: pkg/IntroCompFinR/R/summary.Markowitz.R
===================================================================
--- pkg/IntroCompFinR/R/summary.Markowitz.R	2015-02-16 23:05:59 UTC (rev 7)
+++ pkg/IntroCompFinR/R/summary.Markowitz.R	2015-02-17 17:49:35 UTC (rev 8)
@@ -10,7 +10,7 @@
 #' @param risk.free numeric, risk free rate
 #' 
 #' @examples
-#' construct the data
+#' # construct the data
 #' asset.names = c("MSFT", "NORD", "SBUX")
 #' er = c(0.0427, 0.0015, 0.0285)
 #' names(er) = asset.names

Modified: pkg/IntroCompFinR/man/plot.Markowitz.Rd
===================================================================
--- pkg/IntroCompFinR/man/plot.Markowitz.Rd	2015-02-16 23:05:59 UTC (rev 7)
+++ pkg/IntroCompFinR/man/plot.Markowitz.Rd	2015-02-17 17:49:35 UTC (rev 8)
@@ -17,7 +17,7 @@
 Plot efficient frontier.
 }
 \examples{
-construct the data
+# construct the data
 asset.names = c("MSFT", "NORD", "SBUX")
 er = c(0.0427, 0.0015, 0.0285)
 names(er) = asset.names

Modified: pkg/IntroCompFinR/man/summary.Markowitz.Rd
===================================================================
--- pkg/IntroCompFinR/man/summary.Markowitz.Rd	2015-02-16 23:05:59 UTC (rev 7)
+++ pkg/IntroCompFinR/man/summary.Markowitz.Rd	2015-02-17 17:49:35 UTC (rev 8)
@@ -16,7 +16,7 @@
 class \code{summary.Markozitz} will be created.
 }
 \examples{
-construct the data
+# construct the data
 asset.names = c("MSFT", "NORD", "SBUX")
 er = c(0.0427, 0.0015, 0.0285)
 names(er) = asset.names



More information about the Introcompfinr-commits mailing list