From noreply at r-forge.r-project.org Mon May 11 19:38:20 2015 From: noreply at r-forge.r-project.org (noreply at r-forge.r-project.org) Date: Mon, 11 May 2015 19:38:20 +0200 (CEST) Subject: [Introcompfinr-commits] r19 - pkg/IntroCompFinR/R Message-ID: <20150511173820.EC1681879C3@r-forge.r-project.org> Author: bethanyyollin Date: 2015-05-11 19:38:20 +0200 (Mon, 11 May 2015) New Revision: 19 Modified: pkg/IntroCompFinR/R/data.R Log: Removed monthly data. Modified: pkg/IntroCompFinR/R/data.R =================================================================== --- pkg/IntroCompFinR/R/data.R 2015-03-30 21:17:27 UTC (rev 18) +++ pkg/IntroCompFinR/R/data.R 2015-05-11 17:38:20 UTC (rev 19) @@ -10,18 +10,6 @@ #' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=MSFT+Historical+Prices} "msftDailyPrices" -#' Monthly adjusted closing price for Microsoft stock -#' -#' A \samp{xts} object of monthly adjusted closing price for Microsoft from Jan-1993 to Dec-2014. -#' -#' @format A \samp{xts} object on Jan-1993 to Dec-2014 containing: -#' \describe{ -#' \item{MFST}{adjusted closing price in USD} -#' } -#' Indexed by objects of class: [Date] TZ: UTC. -#' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=MSFT+Historical+Prices} -"msftMonthlyPrices" - #' Daily adjusted closing price for Starbucks stock #' #' A \samp{xts} object of daily adjusted closing price for Starbucks from 1993-01-04 to 2014-12-31. @@ -34,18 +22,6 @@ #' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=SBUX+Historical+Prices} "sbuxDailyPrices" -#' Monthly adjusted closing price for Starbucks stock -#' -#' A \samp{xts} object of monthly adjusted closing price for Starbucks from Jan-1993 to Dec-2014. -#' -#' @format A \samp{xts} object on Jan-1993 to Dec-2014 containing: -#' \describe{ -#' \item{SBUX}{adjusted closing price in USD} -#' } -#' Indexed by objects of class: [Date] TZ: UTC. -#' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=SBUX+Historical+Prices} -"sbuxMonthlyPrices" - #' Daily adjusted closing price for S&P 500 index #' #' A \samp{xts} object of daily adjusted closing price for S&P 500 from 1993-01-04 to 2014-12-31. @@ -58,18 +34,6 @@ #' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=\%5EGSPC+Historical+Prices} "sp500DailyPrices" -#' Monthly adjusted closing price for S&P 500 index -#' -#' A \samp{xts} object of daily adjusted closing price for S&P 500 from Jan-1993 to Dec-2014. -#' -#' @format A \samp{xts} object on Jan-1993 to Dec-2014 containing: -#' \describe{ -#' \item{SP500}{adjusted closing price in USD} -#' } -#' Indexed by objects of class: [Date] TZ: UTC. -#' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=\%5EGSPC+Historical+Prices} -"sp500MonthlyPrices" - #' Monthly adjusted closing price for Vanguard Mutual Fund #' #' A \samp{xts} object of daily adjusted closing price for Vanguard Mutual Fund from Jan-1995 to @@ -99,18 +63,6 @@ #' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=AMZN+Historical+Prices} "amznDailyPrices" -#' Monthly adjusted closing price for Amazon stock -#' -#' A \samp{xts} object of monthly adjusted closing price for Amazon from Jan-1998 to Jan-2015. -#' -#' @format A \samp{xts} object on Jan-1998 to Jan-2015 containing: -#' \describe{ -#' \item{AMZN}{adjusted closing price in USD} -#' } -#' Indexed by objects of class: [Date] TZ: UTC. -#' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=AMZN+Historical+Prices} -"amznMonthlyPrices" - #' Daily adjusted closing price for Boeing stock #' #' A \samp{xts} object of daily adjusted closing price for Boeing from Jan-1993 to Jan-2015. @@ -123,18 +75,6 @@ #' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=BA+Historical+Prices} "baDailyPrices" -#' Monthly adjusted closing price for Boeing stock -#' -#' A \samp{xts} object of monthly adjusted closing price for Boeing from Jan-1993 to Jan-2015. -#' -#' @format A \samp{xts} object on Jan-1993 to Jan-2015 containing: -#' \describe{ -#' \item{BA}{adjusted closing price in USD} -#' } -#' Indexed by objects of class: [Date] TZ: UTC. -#' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=BA+Historical+Prices} -"baMonthlyPrices" - #' Daily adjusted closing price for Nordstrom stock #' #' A \samp{xts} object of daily adjusted closing price for Nordstrom from Jan-1993 to Jan-2015. @@ -147,18 +87,6 @@ #' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=JWN+Historical+Prices} "jwnDailyPrices" -#' Monthly adjusted closing price for Nordstrom stock -#' -#' A \samp{xts} object of monthly adjusted closing price for Nordstrom from Jan-1993 to Jan-2015. -#' -#' @format A \samp{xts} object on Jan-1993 to Jan-2015 containing: -#' \describe{ -#' \item{JWN}{adjusted closing price in USD} -#' } -#' Indexed by objects of class: [Date] TZ: UTC. -#' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=JWN+Historical+Prices} -"jwnMonthlyPrices" - #' Daily adjusted closing price for Costco stock #' #' A \samp{xts} object of daily adjusted closing price for Costco from Jan-1993 to Jan-2015. @@ -169,16 +97,4 @@ #' } #' Indexed by objects of class: [Date] TZ: UTC. #' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=COST+Historical+Prices} -"costDailyPrices" - -#' Monthly adjusted closing price for Costco stock -#' -#' A \samp{xts} object of monthly adjusted closing price for Costco from Jan-1993 to Jan-2015. -#' -#' @format A \samp{xts} object on Jan-1993 to Jan-2015 containing: -#' \describe{ -#' \item{COST}{adjusted closing price in USD} -#' } -#' Indexed by objects of class: [Date] TZ: UTC. -#' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=COST+Historical+Prices} -"costMonthlyPrices" \ No newline at end of file +"costDailyPrices" \ No newline at end of file From noreply at r-forge.r-project.org Mon May 11 20:17:16 2015 From: noreply at r-forge.r-project.org (noreply at r-forge.r-project.org) Date: Mon, 11 May 2015 20:17:16 +0200 (CEST) Subject: [Introcompfinr-commits] r20 - pkg/IntroCompFinR/man Message-ID: <20150511181716.771D1187092@r-forge.r-project.org> Author: bethanyyollin Date: 2015-05-11 20:17:16 +0200 (Mon, 11 May 2015) New Revision: 20 Removed: pkg/IntroCompFinR/man/amznMonthlyPrices.Rd pkg/IntroCompFinR/man/baMonthlyPrices.Rd pkg/IntroCompFinR/man/costMonthlyPrices.Rd pkg/IntroCompFinR/man/jwnMonthlyPrices.Rd pkg/IntroCompFinR/man/msftMonthlyPrices.Rd pkg/IntroCompFinR/man/sbuxMonthlyPrices.Rd pkg/IntroCompFinR/man/sp500MonthlyPrices.Rd Log: Actually deleted monthly data this time. Deleted: pkg/IntroCompFinR/man/amznMonthlyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/amznMonthlyPrices.Rd 2015-05-11 17:38:20 UTC (rev 19) +++ pkg/IntroCompFinR/man/amznMonthlyPrices.Rd 2015-05-11 18:17:16 UTC (rev 20) @@ -1,22 +0,0 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{amznMonthlyPrices} -\alias{amznMonthlyPrices} -\title{Monthly adjusted closing price for Amazon stock} -\format{A \samp{xts} object on Jan-1998 to Jan-2015 containing: -\describe{ - \item{AMZN}{adjusted closing price in USD} -} -Indexed by objects of class: [Date] TZ: UTC.} -\source{ -Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=AMZN+Historical+Prices} -} -\usage{ -amznMonthlyPrices -} -\description{ -A \samp{xts} object of monthly adjusted closing price for Amazon from Jan-1998 to Jan-2015. -} -\keyword{datasets} - Deleted: pkg/IntroCompFinR/man/baMonthlyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/baMonthlyPrices.Rd 2015-05-11 17:38:20 UTC (rev 19) +++ pkg/IntroCompFinR/man/baMonthlyPrices.Rd 2015-05-11 18:17:16 UTC (rev 20) @@ -1,22 +0,0 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{baMonthlyPrices} -\alias{baMonthlyPrices} -\title{Monthly adjusted closing price for Boeing stock} -\format{A \samp{xts} object on Jan-1993 to Jan-2015 containing: -\describe{ - \item{BA}{adjusted closing price in USD} -} -Indexed by objects of class: [Date] TZ: UTC.} -\source{ -Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=BA+Historical+Prices} -} -\usage{ -baMonthlyPrices -} -\description{ -A \samp{xts} object of monthly adjusted closing price for Boeing from Jan-1993 to Jan-2015. -} -\keyword{datasets} - Deleted: pkg/IntroCompFinR/man/costMonthlyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/costMonthlyPrices.Rd 2015-05-11 17:38:20 UTC (rev 19) +++ pkg/IntroCompFinR/man/costMonthlyPrices.Rd 2015-05-11 18:17:16 UTC (rev 20) @@ -1,22 +0,0 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{costMonthlyPrices} -\alias{costMonthlyPrices} -\title{Monthly adjusted closing price for Costco stock} -\format{A \samp{xts} object on Jan-1993 to Jan-2015 containing: -\describe{ - \item{COST}{adjusted closing price in USD} -} -Indexed by objects of class: [Date] TZ: UTC.} -\source{ -Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=COST+Historical+Prices} -} -\usage{ -costMonthlyPrices -} -\description{ -A \samp{xts} object of monthly adjusted closing price for Costco from Jan-1993 to Jan-2015. -} -\keyword{datasets} - Deleted: pkg/IntroCompFinR/man/jwnMonthlyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/jwnMonthlyPrices.Rd 2015-05-11 17:38:20 UTC (rev 19) +++ pkg/IntroCompFinR/man/jwnMonthlyPrices.Rd 2015-05-11 18:17:16 UTC (rev 20) @@ -1,22 +0,0 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{jwnMonthlyPrices} -\alias{jwnMonthlyPrices} -\title{Monthly adjusted closing price for Nordstrom stock} -\format{A \samp{xts} object on Jan-1993 to Jan-2015 containing: -\describe{ - \item{JWN}{adjusted closing price in USD} -} -Indexed by objects of class: [Date] TZ: UTC.} -\source{ -Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=JWN+Historical+Prices} -} -\usage{ -jwnMonthlyPrices -} -\description{ -A \samp{xts} object of monthly adjusted closing price for Nordstrom from Jan-1993 to Jan-2015. -} -\keyword{datasets} - Deleted: pkg/IntroCompFinR/man/msftMonthlyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/msftMonthlyPrices.Rd 2015-05-11 17:38:20 UTC (rev 19) +++ pkg/IntroCompFinR/man/msftMonthlyPrices.Rd 2015-05-11 18:17:16 UTC (rev 20) @@ -1,22 +0,0 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{msftMonthlyPrices} -\alias{msftMonthlyPrices} -\title{Monthly adjusted closing price for Microsoft stock} -\format{A \samp{xts} object on Jan-1993 to Dec-2014 containing: -\describe{ - \item{MFST}{adjusted closing price in USD} -} -Indexed by objects of class: [Date] TZ: UTC.} -\source{ -Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=MSFT+Historical+Prices} -} -\usage{ -msftMonthlyPrices -} -\description{ -A \samp{xts} object of monthly adjusted closing price for Microsoft from Jan-1993 to Dec-2014. -} -\keyword{datasets} - Deleted: pkg/IntroCompFinR/man/sbuxMonthlyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/sbuxMonthlyPrices.Rd 2015-05-11 17:38:20 UTC (rev 19) +++ pkg/IntroCompFinR/man/sbuxMonthlyPrices.Rd 2015-05-11 18:17:16 UTC (rev 20) @@ -1,22 +0,0 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{sbuxMonthlyPrices} -\alias{sbuxMonthlyPrices} -\title{Monthly adjusted closing price for Starbucks stock} -\format{A \samp{xts} object on Jan-1993 to Dec-2014 containing: -\describe{ - \item{SBUX}{adjusted closing price in USD} -} -Indexed by objects of class: [Date] TZ: UTC.} -\source{ -Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=SBUX+Historical+Prices} -} -\usage{ -sbuxMonthlyPrices -} -\description{ -A \samp{xts} object of monthly adjusted closing price for Starbucks from Jan-1993 to Dec-2014. -} -\keyword{datasets} - Deleted: pkg/IntroCompFinR/man/sp500MonthlyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/sp500MonthlyPrices.Rd 2015-05-11 17:38:20 UTC (rev 19) +++ pkg/IntroCompFinR/man/sp500MonthlyPrices.Rd 2015-05-11 18:17:16 UTC (rev 20) @@ -1,22 +0,0 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand -% Please edit documentation in R/data.R -\docType{data} -\name{sp500MonthlyPrices} -\alias{sp500MonthlyPrices} -\title{Monthly adjusted closing price for S&P 500 index} -\format{A \samp{xts} object on Jan-1993 to Dec-2014 containing: -\describe{ - \item{SP500}{adjusted closing price in USD} -} -Indexed by objects of class: [Date] TZ: UTC.} -\source{ -Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=\%5EGSPC+Historical+Prices} -} -\usage{ -sp500MonthlyPrices -} -\description{ -A \samp{xts} object of daily adjusted closing price for S&P 500 from Jan-1993 to Dec-2014. -} -\keyword{datasets} - From noreply at r-forge.r-project.org Mon May 11 20:20:59 2015 From: noreply at r-forge.r-project.org (noreply at r-forge.r-project.org) Date: Mon, 11 May 2015 20:20:59 +0200 (CEST) Subject: [Introcompfinr-commits] r21 - pkg/IntroCompFinR/data Message-ID: <20150511182059.BB626180583@r-forge.r-project.org> Author: bethanyyollin Date: 2015-05-11 20:20:59 +0200 (Mon, 11 May 2015) New Revision: 21 Removed: pkg/IntroCompFinR/data/amznMonthlyPrices.rda pkg/IntroCompFinR/data/baMonthlyPrices.rda pkg/IntroCompFinR/data/costMonthlyPrices.rda pkg/IntroCompFinR/data/jwnMonthlyPrices.rda pkg/IntroCompFinR/data/msftMonthlyPrices.rda pkg/IntroCompFinR/data/sbuxMonthlyPrices.rda pkg/IntroCompFinR/data/sp500MonthlyPrices.rda Log: Monthly data gone for good... Deleted: pkg/IntroCompFinR/data/amznMonthlyPrices.rda =================================================================== (Binary files differ) Deleted: pkg/IntroCompFinR/data/baMonthlyPrices.rda =================================================================== (Binary files differ) Deleted: pkg/IntroCompFinR/data/costMonthlyPrices.rda =================================================================== (Binary files differ) Deleted: pkg/IntroCompFinR/data/jwnMonthlyPrices.rda =================================================================== (Binary files differ) Deleted: pkg/IntroCompFinR/data/msftMonthlyPrices.rda =================================================================== (Binary files differ) Deleted: pkg/IntroCompFinR/data/sbuxMonthlyPrices.rda =================================================================== (Binary files differ) Deleted: pkg/IntroCompFinR/data/sp500MonthlyPrices.rda =================================================================== (Binary files differ) From noreply at r-forge.r-project.org Thu May 14 21:14:51 2015 From: noreply at r-forge.r-project.org (noreply at r-forge.r-project.org) Date: Thu, 14 May 2015 21:14:51 +0200 (CEST) Subject: [Introcompfinr-commits] r22 - in pkg/IntroCompFinR: . man Message-ID: <20150514191451.8BAF518791E@r-forge.r-project.org> Author: bethanyyollin Date: 2015-05-14 21:14:51 +0200 (Thu, 14 May 2015) New Revision: 22 Modified: pkg/IntroCompFinR/NAMESPACE pkg/IntroCompFinR/man/VanguardPrices.Rd pkg/IntroCompFinR/man/amznDailyPrices.Rd pkg/IntroCompFinR/man/baDailyPrices.Rd pkg/IntroCompFinR/man/costDailyPrices.Rd pkg/IntroCompFinR/man/efficient.frontier.Rd pkg/IntroCompFinR/man/efficient.portfolio.Rd pkg/IntroCompFinR/man/fourPanelPlot.Rd pkg/IntroCompFinR/man/getPortfolio.Rd pkg/IntroCompFinR/man/globalMin.portfolio.Rd pkg/IntroCompFinR/man/jwnDailyPrices.Rd pkg/IntroCompFinR/man/msftDailyPrices.Rd pkg/IntroCompFinR/man/plot.Markowitz.Rd pkg/IntroCompFinR/man/plot.portfolio.Rd pkg/IntroCompFinR/man/print.Markowitz.Rd pkg/IntroCompFinR/man/print.portfolio.Rd pkg/IntroCompFinR/man/sbuxDailyPrices.Rd pkg/IntroCompFinR/man/sp500DailyPrices.Rd pkg/IntroCompFinR/man/summary.Markowitz.Rd pkg/IntroCompFinR/man/summary.portfolio.Rd pkg/IntroCompFinR/man/tangency.portfolio.Rd Log: Updated to R 3.2.0 and Rtools 3.3. Modified: pkg/IntroCompFinR/NAMESPACE =================================================================== --- pkg/IntroCompFinR/NAMESPACE 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/NAMESPACE 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -# Generated by roxygen2 (4.1.0): do not edit by hand +# Generated by roxygen2 (4.1.1): do not edit by hand export(efficient.frontier) export(efficient.portfolio) Modified: pkg/IntroCompFinR/man/VanguardPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/VanguardPrices.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/VanguardPrices.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{VanguardPrices} Modified: pkg/IntroCompFinR/man/amznDailyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/amznDailyPrices.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/amznDailyPrices.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{amznDailyPrices} Modified: pkg/IntroCompFinR/man/baDailyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/baDailyPrices.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/baDailyPrices.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{baDailyPrices} Modified: pkg/IntroCompFinR/man/costDailyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/costDailyPrices.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/costDailyPrices.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{costDailyPrices} Modified: pkg/IntroCompFinR/man/efficient.frontier.Rd =================================================================== --- pkg/IntroCompFinR/man/efficient.frontier.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/efficient.frontier.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/efficient.frontier.R \name{efficient.frontier} \alias{efficient.frontier} Modified: pkg/IntroCompFinR/man/efficient.portfolio.Rd =================================================================== --- pkg/IntroCompFinR/man/efficient.portfolio.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/efficient.portfolio.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/efficient.portfolio.R \name{efficient.portfolio} \alias{efficient.portfolio} Modified: pkg/IntroCompFinR/man/fourPanelPlot.Rd =================================================================== --- pkg/IntroCompFinR/man/fourPanelPlot.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/fourPanelPlot.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/fourPanelPlot.R \name{fourPanelPlot} \alias{fourPanelPlot} Modified: pkg/IntroCompFinR/man/getPortfolio.Rd =================================================================== --- pkg/IntroCompFinR/man/getPortfolio.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/getPortfolio.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/getPortfolio.R \name{getPortfolio} \alias{getPortfolio} Modified: pkg/IntroCompFinR/man/globalMin.portfolio.Rd =================================================================== --- pkg/IntroCompFinR/man/globalMin.portfolio.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/globalMin.portfolio.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/globalMin.portfolio.R \name{globalMin.portfolio} \alias{globalMin.portfolio} Modified: pkg/IntroCompFinR/man/jwnDailyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/jwnDailyPrices.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/jwnDailyPrices.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{jwnDailyPrices} Modified: pkg/IntroCompFinR/man/msftDailyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/msftDailyPrices.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/msftDailyPrices.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{msftDailyPrices} Modified: pkg/IntroCompFinR/man/plot.Markowitz.Rd =================================================================== --- pkg/IntroCompFinR/man/plot.Markowitz.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/plot.Markowitz.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/plot.Markowitz.R \name{plot.Markowitz} \alias{plot.Markowitz} Modified: pkg/IntroCompFinR/man/plot.portfolio.Rd =================================================================== --- pkg/IntroCompFinR/man/plot.portfolio.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/plot.portfolio.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/plot.portfolio.R \name{plot.portfolio} \alias{plot.portfolio} Modified: pkg/IntroCompFinR/man/print.Markowitz.Rd =================================================================== --- pkg/IntroCompFinR/man/print.Markowitz.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/print.Markowitz.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/print.Markowitz.R \name{print.Markowitz} \alias{print.Markowitz} Modified: pkg/IntroCompFinR/man/print.portfolio.Rd =================================================================== --- pkg/IntroCompFinR/man/print.portfolio.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/print.portfolio.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/print.portfolio.R \name{print.portfolio} \alias{print.portfolio} Modified: pkg/IntroCompFinR/man/sbuxDailyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/sbuxDailyPrices.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/sbuxDailyPrices.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{sbuxDailyPrices} Modified: pkg/IntroCompFinR/man/sp500DailyPrices.Rd =================================================================== --- pkg/IntroCompFinR/man/sp500DailyPrices.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/sp500DailyPrices.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/data.R \docType{data} \name{sp500DailyPrices} Modified: pkg/IntroCompFinR/man/summary.Markowitz.Rd =================================================================== --- pkg/IntroCompFinR/man/summary.Markowitz.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/summary.Markowitz.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/summary.Markowitz.R \name{summary.Markowitz} \alias{summary.Markowitz} Modified: pkg/IntroCompFinR/man/summary.portfolio.Rd =================================================================== --- pkg/IntroCompFinR/man/summary.portfolio.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/summary.portfolio.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/summary.portfolio.R \name{summary.portfolio} \alias{summary.portfolio} Modified: pkg/IntroCompFinR/man/tangency.portfolio.Rd =================================================================== --- pkg/IntroCompFinR/man/tangency.portfolio.Rd 2015-05-11 18:20:59 UTC (rev 21) +++ pkg/IntroCompFinR/man/tangency.portfolio.Rd 2015-05-14 19:14:51 UTC (rev 22) @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/tangency.portfolio.R \name{tangency.portfolio} \alias{tangency.portfolio}