[Blotter-commits] r1153 - in pkg/FinancialInstrument: . R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 5 00:08:41 CEST 2012


Author: gsee
Date: 2012-09-05 00:08:41 +0200 (Wed, 05 Sep 2012)
New Revision: 1153

Modified:
   pkg/FinancialInstrument/DESCRIPTION
   pkg/FinancialInstrument/R/update_instruments.iShares.R
   pkg/FinancialInstrument/R/update_instruments.yahoo.R
   pkg/FinancialInstrument/man/update_instruments.iShares.Rd
   pkg/FinancialInstrument/man/update_instruments.yahoo.Rd
Log:
 minor updates to docs

Modified: pkg/FinancialInstrument/DESCRIPTION
===================================================================
--- pkg/FinancialInstrument/DESCRIPTION	2012-09-04 19:27:09 UTC (rev 1152)
+++ pkg/FinancialInstrument/DESCRIPTION	2012-09-04 22:08:41 UTC (rev 1153)
@@ -7,7 +7,7 @@
 LazyLoad: yes
 Author: Peter Carl, Dirk Eddelbuettel, Jeffrey Ryan, Joshua
     Ulrich, Brian G. Peterson, Garrett See
-Description: Infrastructure for defining meta-data and 
+Description: Infrastructure for defining meta-data and
     relationships for financial instruments.
 Version: 1.0.2
 URL: https://r-forge.r-project.org/projects/blotter/

Modified: pkg/FinancialInstrument/R/update_instruments.iShares.R
===================================================================
--- pkg/FinancialInstrument/R/update_instruments.iShares.R	2012-09-04 19:27:09 UTC (rev 1152)
+++ pkg/FinancialInstrument/R/update_instruments.iShares.R	2012-09-04 22:08:41 UTC (rev 1153)
@@ -12,10 +12,12 @@
 #' @author Garrett See
 #' @seealso \code{update_instruments.yahoo}, \code{update_instruments.TTR},
 #'   \code{twsInstrument:::update_instruments.IB}, 
-#'   \code{update_instruments.instrument}
-#' @note \code{update_instruments.SPDR} will probably NOT work on Windows.  It
-#'   has to download for an https URL scheme, and it uses \code{method=curl}
-#'   in \code{download.file} to do so.
+#'   \code{update_instruments.instrument}, 
+#'   \code{\link{update_instruments.morningstar},
+#'   \code{\link{update_instruments.masterDATA}
+#' @note \code{update_instruments.SPDR} will probably NOT work on Windows 
+#'   because in the call to \code{download.file} it uses \code{method=curl} 
+#'   since it has to download from an https URL scheme.
 #' @references \url{http://us.ishares.com/home.htm}, 
 #'   \url{https://www.spdrs.com/}
 #' @examples

Modified: pkg/FinancialInstrument/R/update_instruments.yahoo.R
===================================================================
--- pkg/FinancialInstrument/R/update_instruments.yahoo.R	2012-09-04 19:27:09 UTC (rev 1152)
+++ pkg/FinancialInstrument/R/update_instruments.yahoo.R	2012-09-04 22:08:41 UTC (rev 1153)
@@ -34,7 +34,9 @@
 #' @return called for side-effect
 #' @author Garrett See
 #' @seealso \code{\link{update_instruments.instrument}}, 
-#' \code{\link[TTR]{stockSymbols}}, \code{\link{stock}}
+#'   \code{\link{update_instruments.morningstar},
+#'   \code{\link{update_instruments.masterDATA},
+#'   \code{\link[TTR]{stockSymbols}}, \code{\link{stock}}
 #' @references Yahoo! Finance \url{finance.yahoo.com} YahooQuote
 #' \url{http://dirk.eddelbuettel.com/code/yahooquote.html} 
 #' gummy-stuff.org \url{www.gummy-stuff.org/Yahoo-data.htm} 

Modified: pkg/FinancialInstrument/man/update_instruments.iShares.Rd
===================================================================
--- pkg/FinancialInstrument/man/update_instruments.iShares.Rd	2012-09-04 19:27:09 UTC (rev 1152)
+++ pkg/FinancialInstrument/man/update_instruments.iShares.Rd	2012-09-04 22:08:41 UTC (rev 1153)
@@ -28,9 +28,9 @@
 }
 \note{
   \code{update_instruments.SPDR} will probably NOT work on
-  Windows.  It has to download for an https URL scheme, and
-  it uses \code{method=curl} in \code{download.file} to do
-  so.
+  Windows because in the call to \code{download.file} it
+  uses \code{method=curl} since it has to download from an
+  https URL scheme.
 }
 \examples{
 \dontrun{
@@ -54,6 +54,8 @@
   \code{update_instruments.yahoo},
   \code{update_instruments.TTR},
   \code{twsInstrument:::update_instruments.IB},
-  \code{update_instruments.instrument}
+  \code{update_instruments.instrument},
+  \code{\link{update_instruments.morningstar},
+  \code{\link{update_instruments.masterDATA}
 }
 

Modified: pkg/FinancialInstrument/man/update_instruments.yahoo.Rd
===================================================================
--- pkg/FinancialInstrument/man/update_instruments.yahoo.Rd	2012-09-04 19:27:09 UTC (rev 1152)
+++ pkg/FinancialInstrument/man/update_instruments.yahoo.Rd	2012-09-04 22:08:41 UTC (rev 1153)
@@ -58,6 +58,8 @@
 }
 \seealso{
   \code{\link{update_instruments.instrument}},
+  \code{\link{update_instruments.morningstar},
+  \code{\link{update_instruments.masterDATA},
   \code{\link[TTR]{stockSymbols}}, \code{\link{stock}}
 }
 



More information about the Blotter-commits mailing list