Skip to content
Back to formatted view

Raw Message

Message-ID: <CANVKczOG03=+yGwxy4jRaTeCnphCahGgKMw=L0=rCpjcY++qyg@mail.gmail.com>
Date: 2012-10-04T17:11:44Z
From: Barry Rowlingson
Subject: Failure of sas7bdat package
In-Reply-To: <e692a16e574a480384ad8a21700b6bf1@EX-1-HT0.lancs.local>

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