Displaying 5 results from an estimated 5 matches for "rdatamarket".
2011 Nov 05
2
install.packages problem
I'm trying to install the rdatamarket package. I did an
install.packages('rdatamarket') command but got an error about half way
through the install as follows:
* installing *source* package ?RCurl? ...
checking for curl-config... no
Cannot find curl-config
ERROR: configuration failed for package ?RCurl?
The install continued...
2011 Nov 10
2
Error in axis ????
...re(quantmod)
Loading required package: quantmod
Loading required package: Defaults
Loading required package: xts
Loading required package: zoo
Attaching package: ?zoo?
The following object(s) are masked from ?package:base?:
as.Date, as.Date.numeric
Loading required package: TTR
> require(rdatamarket)
Loading required package: rdatamarket
> rm(list=ls())
> g
> <-dmlist("http://datamarket.com/data/set/1jz5/st-louis-financial-stress-index#display=line&ds=1jz5")
> g$Date <-as.Date(g[,1], "%Y-%m-%d")
> h <-as.xts(g, order.by=g[,1])
> j <-h[,2]
&...
2011 Nov 08
1
Warning message interpretation
Using the rmarketdata package and getting a warning message.
What does this warning message tell me ? What could I do to eliminate or
address it ?
require(rdatamarket)
Loading required package: rdatamarket
Loading required package: zoo
Warning message:
In assignInNamespace("as.Date.numeric", function(x, origin, ...) { :
binding of ?as.Date.numeric? is locked and will not be changed
--
View this message in context: http://r.789695.n4.nabble.com/War...
2011 Dec 07
0
Revolutions Blog: November Roundup
...In case you missed them, here are some articles related to R from the
month of November:
R 2.14 now includes SVG support for Windows: http://bit.ly/vKQ0UC
The submissions for the Applications of R in Business contest are
available for viewing online: http://bit.ly/urjg8F
A tutorial on using the Rdatamarket package to import public datasets
into R: http://bit.ly/t7vUok
Free books on R for multivariate analysis, biomedical statistics, and
time series available for download: http://bit.ly/sKxZSV
Revolution R Enterprise 5.0 has been released: http://bit.ly/vrn6wU .
Download the slides and replay for th...
2011 Sep 07
0
Revolutions Blog: August Roundup
...undups of various talks given at the useR! 2011 conference from me:
http://bit.ly/oFMuXF and several other attendees: http://bit.ly/qqmLj7
In a tongue-in-cheek post, Business Intelligence analyst Steve Miller
"complains" that there's too much new stuff in R: http://bit.ly/oQfuhE
The rdatamarket package makes it easy to download more than 100M time
series for use in R: http://bit.ly/ovCTHb , and there are many other
packages to bring data into R as well: http://bit.ly/qsBq6c
The slides and replay from the recent Revolution Analytics webinar,
100% R and More, are available for download: h...