packages

# Create bib file for R packages

tidylist <- c('tidyverse', 'dplyr', 'ggplot2', 'readr', 'tibble')
easylist <- c("easystats", "datawizard", "insight", "modelbased", "performance", "parameters")
otherlist <- c('here', 'lavaan', 'sandwich')

here::here("inst/tutorials/discovr_10/packages.bib") |>
  knitr::write_bib(c(easylist, tidylist, otherlist), file = _)

In this tutorial all packages are pre-loaded. If working outside of the tutorial, load the easystats and tidyverse packages (and any others if you're using a concise style - see previous section) at the beginning of your r quarto() document:

library(easystats)
library(tidyverse)

This tutorial uses the following packages:

It also uses these packages from:

easystats

tidyverse



Try the discovr package in your browser

Any scripts or data that you put into this service are public.

discovr documentation built on Feb. 5, 2026, 5:07 p.m.