> -----Original Message----- > From: b.rowling...@gmail.com [mailto:b.rowling...@gmail.com] On Behalf > Of Barry Rowlingson > Sent: Thursday, October 04, 2012 10:12 AM > To: Nordlund, Dan (DSHS/RDA) > Cc: Fisher Dennis; r-h...@stat.math.ethz.ch > Subject: Re: [R] Failure of sas7bdat package > > On Thu, Oct 4, 2012 at 6:07 PM, Nordlund, Dan (DSHS/RDA) > <nord...@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
Thanks Barry. I haven't done this before so this saves me from figuring it out myself. :-) Dan Daniel J. Nordlund Washington State Department of Social and Health Services Planning, Performance, and Accountability Research and Data Analysis Division Olympia, WA 98504-5204 ______________________________________________ R-help@r-project.org mailing list 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.