Skip to content

getSymbols problem in quantmod

1 message · Costas

#
Dear Josh,

Under windows:

Package: quantmod
Type: Package
Title: Quantitative Financial Modelling Framework
Version: 0.3-15
Date: 2010-12-01
Author: Jeffrey A. Ryan
Depends: Defaults, xts(>= 0.7-5), zoo, TTR(>= 0.2), methods
Suggests: DBI,RMySQL,RSQLite,timeSeries,its
Maintainer: Jeffrey A. Ryan<jeff.a.ryan at gmail.com>
Description: Specify, build, trade, and analyse quantitative financial
         trading strategies
LazyLoad: yes
License: GPL-3
URL: http://www.quantmod.com
         http://r-forge.r-project.org/projects/quantmod
Packaged: 2010-12-01 12:35:17 UTC; jryan
Repository: CRAN
Date/Publication: 2010-12-01 14:30:16
Built: R 2.12.0; ; 2010-12-04 13:19:33 UTC; windows

This is what I get:


R version 2.12.0 (2010-10-15)
Copyright (C) 2010 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: i386-pc-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

   Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

[Previously saved workspace restored]
Loading required package: Defaults
Loading required package: xts
Loading required package: zoo
Loading required package: TTR
[1] "GSPC"
GSPC.Open GSPC.High GSPC.Low GSPC.Close GSPC.Volume
GSPC.Adjusted
2010-12-13   1242.52   1246.73  1240.34    1240.46  4361240000       1240.46
2010-12-14   1241.84   1246.59  1238.17    1241.59  4132350000       1241.59
2010-12-15   1241.58   1244.25  1234.01    1235.23  4407340000       1235.23
<NA>           100.18    100.74    99.36      99.85    13880000         99.85
<NA>            80.86     81.45    80.49      81.10     5070000         81.10
<NA>            18.05     18.05    18.05      18.05     2950000         18.05
Best,
Costas
On 16/12/2010 16:32, Joshua Ulrich wrote: