The SQAwR Package!

April 30, 2012

I’ve just uploaded my first R package to CRAN. It’s not available yet, but if you’d like to check it out yourself, you can install it from github, if you’ve installed devtools.

library(devtools)
install_github("SQAwR", username = "JoFrhwld", branch = "master")
library(SQAwR)
help(package="SQAwR")

You’ll see that there’s not much to it, just the data sets that I’ll be referencing in the texbook I’m writing called “Introduction to Quantitative Analysis with R.”

blog comments powered by Disqus