Build Status CRAN_Status_Badge

statsr

The R package statsr provides functions and datasets to support the Coursera Statistics with R Specialization videos and open access book An Introduction to Bayesian Thinking for learning Bayesian and frequentist statistics using R.

To install the latest version from github, verify that there is a passing badge above on the README page. In R enter

library(devtools)
devtools::install_github("statswithr/statsr",
                         dependencies=TRUE,
                         upgrade_dependencies = TRUE)

This will install the packages and any packages that are required, as well as updating any installed packages to their latest versions.