ryouready is an R package to accompany my forthcoming R book "R" you ready?
To install the latest package version from github you can use the devtools
package (Windows users: Make sure you have Rtools installed in order to run the commands below).
library(devtools)
install_github("ryouready", "markheckmann")
You may also download the latest binaries from the downloads page.
Not yet available
To load the ryouready
package after installation type
library(ryouready)