(This article was first published on BioStatMatt » R, and kindly contributed to R-bloggers)
Due largely to the work of Clint Cummins, the sas7bdat file format has become a bit less shrouded. In particular, we now know the following:
- how to detect files with compressed data (and fail graciously)
- more details about the platform that generated the file (e.g., endianess, OS details)
- how to read files that were generated on a 32-bit 'Linux' platform
These are significant improvements. The details are documented in the 'sas7bdat' vignette, and online at the sas7bdat Github repository. The revised R package will be available on CRAN shortly, but is still EXPERIMENTAL.
To leave a comment for the author, please follow the link and comment on his blog: BioStatMatt » R.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).