The goal of moxier is to provide students with material to learn statistics using R!
You can install the moxier from GitHub.
If you do not already have the remotes
package, install it by doing
install.packages("remotes")
remotes::install_github("mascaretti/moxier")
As this is a development version, before proceeding it is also better to run
remotes::update_packages()
To run a tutorial, run a command of the form:
learnr::run_tutorial(
name = "03-data-visualisation-ggplot2",
package = "moxier"
)
List of available tutorials in the moxier package at:
learnr::run_tutorial(package = "moxier")
- Landing Page: https://mascaretti.github.io/moxier/
- Instructions: https://mascaretti.github.io/moxier-companion/