README.md

Project Status: Inactive - The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. Is the package on CRAN? Build Status

learningr

Data and functions to accompany the book Learning R.

To install, you first need the devtools package.

install.packages("devtools")

Then you can install the learningr package using

library(devtools)
install_github("richierocks/learningr")

Some filenames have been changed slightly to conform to CRAN portability requirements. To change them back to those in the book, type:

library(learningr)
fix_filenames()


richierocks/learningr documentation built on May 27, 2019, 8:43 a.m.