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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 2 21:17:46 CET 2015


Author: bethanyyollin
Date: 2015-03-02 21:17:45 +0100 (Mon, 02 Mar 2015)
New Revision: 16

Added:
   pkg/IntroCompFinR/data/VanguardPrices.rda
   pkg/IntroCompFinR/data/amznDailyPrices.rda
   pkg/IntroCompFinR/data/amznMonthlyPrices.rda
   pkg/IntroCompFinR/data/baDailyPrices.rda
   pkg/IntroCompFinR/data/baMonthlyPrices.rda
   pkg/IntroCompFinR/data/costDailyPrices.rda
   pkg/IntroCompFinR/data/costMonthlyPrices.rda
   pkg/IntroCompFinR/data/jwnDailyPrices.rda
   pkg/IntroCompFinR/data/jwnMonthlyPrices.rda
   pkg/IntroCompFinR/man/VanguardPrices.Rd
   pkg/IntroCompFinR/man/amznDailyPrices.Rd
   pkg/IntroCompFinR/man/amznMonthlyPrices.Rd
   pkg/IntroCompFinR/man/baDailyPrices.Rd
   pkg/IntroCompFinR/man/baMonthlyPrices.Rd
   pkg/IntroCompFinR/man/costDailyPrices.Rd
   pkg/IntroCompFinR/man/costMonthlyPrices.Rd
   pkg/IntroCompFinR/man/jwnDailyPrices.Rd
   pkg/IntroCompFinR/man/jwnMonthlyPrices.Rd
Modified:
   pkg/IntroCompFinR/R/data.R
Log:
Added additional data and data documentation.

Modified: pkg/IntroCompFinR/R/data.R
===================================================================
--- pkg/IntroCompFinR/R/data.R	2015-03-02 19:36:44 UTC (rev 15)
+++ pkg/IntroCompFinR/R/data.R	2015-03-02 20:17:45 UTC (rev 16)
@@ -68,4 +68,117 @@
 #' }
 #' Indexed by objects of class: [Date] TZ: UTC.
 #' @source Yahoo! Finance: \url{http://finance.yahoo.com/q/hp?s=\%5EGSPC+Historical+Prices}
-"sp500MonthlyPrices"
\ No newline at end of file
+"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 
+#' Jan-2015.
+#'
+#' @format A \samp{xts} object on Jan-1995 to Jan-2015 containing:
+#' \describe{
+#'   \item{vfinx}{Vanguard 500 Index adjusted closing price in USD}
+#'   \item{veurx}{Vanguard European Stock Index adjusted closing price in USD}
+#'   \item{veiex}{Vanguard Emerging Markets Stock adjusted closing price in USD}
+#'   \item{vbltx}{Vanguard Long-Term Bond Index adjusted closing price in USD}
+#'   \item{vbisx}{Vanguard Short-Term Bond Index adjusted closing price in USD}
+#'   \item{vpacx}{Vanguard Pacific Stock Index adjusted closing price in USD}
+#' }
+#' Indexed by class 'yearmon'  num [1:240] 1995 1995 1995 1995 1995 ...
+"VanguardPrices"
+
+#' Daily adjusted closing price for Amazon stock
+#'
+#' A \samp{xts} object of daily 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}
+"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.
+#'
+#' @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}
+"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.
+#'
+#' @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}
+"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.
+#'
+#' @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}
+"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

Added: pkg/IntroCompFinR/data/VanguardPrices.rda
===================================================================
(Binary files differ)


Property changes on: pkg/IntroCompFinR/data/VanguardPrices.rda
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pkg/IntroCompFinR/data/amznDailyPrices.rda
===================================================================
(Binary files differ)


Property changes on: pkg/IntroCompFinR/data/amznDailyPrices.rda
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pkg/IntroCompFinR/data/amznMonthlyPrices.rda
===================================================================
(Binary files differ)


Property changes on: pkg/IntroCompFinR/data/amznMonthlyPrices.rda
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pkg/IntroCompFinR/data/baDailyPrices.rda
===================================================================
(Binary files differ)


Property changes on: pkg/IntroCompFinR/data/baDailyPrices.rda
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pkg/IntroCompFinR/data/baMonthlyPrices.rda
===================================================================
(Binary files differ)


Property changes on: pkg/IntroCompFinR/data/baMonthlyPrices.rda
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pkg/IntroCompFinR/data/costDailyPrices.rda
===================================================================
(Binary files differ)


Property changes on: pkg/IntroCompFinR/data/costDailyPrices.rda
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pkg/IntroCompFinR/data/costMonthlyPrices.rda
===================================================================
(Binary files differ)


Property changes on: pkg/IntroCompFinR/data/costMonthlyPrices.rda
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pkg/IntroCompFinR/data/jwnDailyPrices.rda
===================================================================
(Binary files differ)


Property changes on: pkg/IntroCompFinR/data/jwnDailyPrices.rda
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pkg/IntroCompFinR/data/jwnMonthlyPrices.rda
===================================================================
(Binary files differ)


Property changes on: pkg/IntroCompFinR/data/jwnMonthlyPrices.rda
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pkg/IntroCompFinR/man/VanguardPrices.Rd
===================================================================
--- pkg/IntroCompFinR/man/VanguardPrices.Rd	                        (rev 0)
+++ pkg/IntroCompFinR/man/VanguardPrices.Rd	2015-03-02 20:17:45 UTC (rev 16)
@@ -0,0 +1,25 @@
+% Generated by roxygen2 (4.1.0): do not edit by hand
+% Please edit documentation in R/data.R
+\docType{data}
+\name{VanguardPrices}
+\alias{VanguardPrices}
+\title{Monthly adjusted closing price for Vanguard Mutual Fund}
+\format{A \samp{xts} object on Jan-1995 to Jan-2015 containing:
+\describe{
+  \item{vfinx}{Vanguard 500 Index adjusted closing price in USD}
+  \item{veurx}{Vanguard European Stock Index adjusted closing price in USD}
+  \item{veiex}{Vanguard Emerging Markets Stock adjusted closing price in USD}
+  \item{vbltx}{Vanguard Long-Term Bond Index adjusted closing price in USD}
+  \item{vbisx}{Vanguard Short-Term Bond Index adjusted closing price in USD}
+  \item{vpacx}{Vanguard Pacific Stock Index adjusted closing price in USD}
+}
+Indexed by class 'yearmon'  num [1:240] 1995 1995 1995 1995 1995 ...}
+\usage{
+VanguardPrices
+}
+\description{
+A \samp{xts} object of daily adjusted closing price for Vanguard Mutual Fund from Jan-1995 to
+Jan-2015.
+}
+\keyword{datasets}
+

Added: pkg/IntroCompFinR/man/amznDailyPrices.Rd
===================================================================
--- pkg/IntroCompFinR/man/amznDailyPrices.Rd	                        (rev 0)
+++ pkg/IntroCompFinR/man/amznDailyPrices.Rd	2015-03-02 20:17:45 UTC (rev 16)
@@ -0,0 +1,22 @@
+% Generated by roxygen2 (4.1.0): do not edit by hand
+% Please edit documentation in R/data.R
+\docType{data}
+\name{amznDailyPrices}
+\alias{amznDailyPrices}
+\title{Daily 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{
+amznDailyPrices
+}
+\description{
+A \samp{xts} object of daily adjusted closing price for Amazon from Jan-1998 to Jan-2015.
+}
+\keyword{datasets}
+

Added: pkg/IntroCompFinR/man/amznMonthlyPrices.Rd
===================================================================
--- pkg/IntroCompFinR/man/amznMonthlyPrices.Rd	                        (rev 0)
+++ pkg/IntroCompFinR/man/amznMonthlyPrices.Rd	2015-03-02 20:17:45 UTC (rev 16)
@@ -0,0 +1,22 @@
+% 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}
+

Added: pkg/IntroCompFinR/man/baDailyPrices.Rd
===================================================================
--- pkg/IntroCompFinR/man/baDailyPrices.Rd	                        (rev 0)
+++ pkg/IntroCompFinR/man/baDailyPrices.Rd	2015-03-02 20:17:45 UTC (rev 16)
@@ -0,0 +1,22 @@
+% Generated by roxygen2 (4.1.0): do not edit by hand
+% Please edit documentation in R/data.R
+\docType{data}
+\name{baDailyPrices}
+\alias{baDailyPrices}
+\title{Daily 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{
+baDailyPrices
+}
+\description{
+A \samp{xts} object of daily adjusted closing price for Boeing from Jan-1993 to Jan-2015.
+}
+\keyword{datasets}
+

Added: pkg/IntroCompFinR/man/baMonthlyPrices.Rd
===================================================================
--- pkg/IntroCompFinR/man/baMonthlyPrices.Rd	                        (rev 0)
+++ pkg/IntroCompFinR/man/baMonthlyPrices.Rd	2015-03-02 20:17:45 UTC (rev 16)
@@ -0,0 +1,22 @@
+% 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}
+

Added: pkg/IntroCompFinR/man/costDailyPrices.Rd
===================================================================
--- pkg/IntroCompFinR/man/costDailyPrices.Rd	                        (rev 0)
+++ pkg/IntroCompFinR/man/costDailyPrices.Rd	2015-03-02 20:17:45 UTC (rev 16)
@@ -0,0 +1,22 @@
+% Generated by roxygen2 (4.1.0): do not edit by hand
+% Please edit documentation in R/data.R
+\docType{data}
+\name{costDailyPrices}
+\alias{costDailyPrices}
+\title{Daily 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{
+costDailyPrices
+}
+\description{
+A \samp{xts} object of daily adjusted closing price for Costco from Jan-1993 to Jan-2015.
+}
+\keyword{datasets}
+

Added: pkg/IntroCompFinR/man/costMonthlyPrices.Rd
===================================================================
--- pkg/IntroCompFinR/man/costMonthlyPrices.Rd	                        (rev 0)
+++ pkg/IntroCompFinR/man/costMonthlyPrices.Rd	2015-03-02 20:17:45 UTC (rev 16)
@@ -0,0 +1,22 @@
+% 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}
+

Added: pkg/IntroCompFinR/man/jwnDailyPrices.Rd
===================================================================
--- pkg/IntroCompFinR/man/jwnDailyPrices.Rd	                        (rev 0)
+++ pkg/IntroCompFinR/man/jwnDailyPrices.Rd	2015-03-02 20:17:45 UTC (rev 16)
@@ -0,0 +1,22 @@
+% Generated by roxygen2 (4.1.0): do not edit by hand
+% Please edit documentation in R/data.R
+\docType{data}
+\name{jwnDailyPrices}
+\alias{jwnDailyPrices}
+\title{Daily 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{
+jwnDailyPrices
+}
+\description{
+A \samp{xts} object of daily adjusted closing price for Nordstrom from Jan-1993 to Jan-2015.
+}
+\keyword{datasets}
+

Added: pkg/IntroCompFinR/man/jwnMonthlyPrices.Rd
===================================================================
--- pkg/IntroCompFinR/man/jwnMonthlyPrices.Rd	                        (rev 0)
+++ pkg/IntroCompFinR/man/jwnMonthlyPrices.Rd	2015-03-02 20:17:45 UTC (rev 16)
@@ -0,0 +1,22 @@
+% 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}
+



More information about the Introcompfinr-commits mailing list