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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.