[R] Accessing defunct package
    Ben Bolker 
    bbolker at gmail.com
       
    Fri Sep 25 16:46:45 CEST 2015
    
    
  
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)
    
    
More information about the R-help
mailing list