coursepackR

Student-facing R package for MC-451 Research Methods at SIUE, built around the open textbook From Vibes to Variables: A Field Guide to Open Media Science.

Install

# install.packages("remotes")
remotes::install_github("SIM-Lab-SIUE/coursepackR")

Quick Start

library(coursepackR)

# First-time setup (Quarto, TinyTeX, core packages)
mccourse_setup()

# Verify your environment
mccourse_check()

# Download this week's materials
download_week("mc451", 1)

# Access the music dataset (1,792 songs)
data(unified_music)
head(unified_music)

What’s Included

License

MIT