The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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("learningr", "richierocks")

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()

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.