-----Original Message-----
From: b.rowlingson at gmail.com [mailto:b.rowlingson at gmail.com] On Behalf
Of Barry Rowlingson
Sent: Thursday, October 04, 2012 10:12 AM
To: Nordlund, Dan (DSHS/RDA)
Cc: Fisher Dennis; r-help at stat.math.ethz.ch
Subject: Re: [R] Failure of sas7bdat package
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