Dennis Fisher <fisher <at> plessthan.com> writes:
> Colleagues, > > In the past, I used a package: > SASxport > to output files to SAS’s XPT format. This was useful because FDA requests that data be submitted in that > format (even though they typically must reconvert to some other format before the data are used). > [snip] Try this? library("devtools") install_version("SASxport","1.5.0") or download the last archived version from https://cran.r-project.org/src/contrib/Archive/SASxport/SASxport_1.5.0.tar.gz and use R CMD INSTALL from the command line or install.packages(<filename>,repos=NULL) ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.