[R] as.ffdf.data.frame now breaks if using pattern
Ramon Diaz-Uriarte
rdiaz02 at gmail.com
Wed Apr 7 19:01:23 CEST 2010
Dear All,
I am using package ff. In version 2.1-1 it was possible to use
"pattern" with as.ffdf.data.frame:
d <- data.frame(x=1:26, y=letters, z=Sys.time()+1:26)
as.ffdf(d, pattern = paste(getwd(), "/fftmp", sep = ""))
With the latest version, the last command crashes. I wonder if the new
behavior is intentional or a bug. If intentional, what is the
recommended way of using "pattern" now?
Thanks,
R.
--
Ramon Diaz-Uriarte
Structural Biology and Biocomputing Programme
Spanish National Cancer Centre (CNIO)
http://ligarto.org/rdiaz
Phone: +34-91-732-8000 ext. 3019
Fax: +-34-91-224-6972
More information about the R-help
mailing list