Skip to content

mascaretti/moxier

Repository files navigation

moxier

The goal of moxier is to provide students with material to learn statistics using R!

Installation

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

Example

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

Website Test

Releases

No releases published

Packages

No packages published

Languages