[R] Failure of sas7bdat package
Barry Rowlingson
b.rowlingson at lancaster.ac.uk
Thu Oct 4 19:11:44 CEST 2012
On Thu, Oct 4, 2012 at 6:07 PM, Nordlund, Dan (DSHS/RDA)
<NordlDJ at dshs.wa.gov> wrote:
> Looking at the source code on github, Matt has already added W32_7PRO to the list of known hosts. So, you could download the source tarball and build the package yourself, or just extract the SAS7bdat.R file from the tarball and source it into your R session. Otherwise, you will probably need to wait for the next update to be submitted to CRAN.
Easy peasy. No need to wait. Just use devtools:
install.packages("devtools") # from CRAN
library(devtools)
install_github("sas7bdat","BioStatMatt")
Barry
More information about the R-help
mailing list