Package: r4ds.tutorials Title: Tutorials for "R for Data Science" Version: 0.3.3.9000 Authors@R: person(given = "David", family = "Kane", role = c("aut", "cre", "cph"), email = "dave.kane@gmail.com", comment = c(ORCID = "0000-0002-6660-3934")) Description: When assigned "R for Data Science" (Wickham, Çetinkaya-Rundel, and Grolemund (2023, ISBN: 1492097402)), students should read the book and type in all the associated R commands themselves. Sadly, that never happens. These tutorials allow students to demonstrate (and their instructors to be sure) that all work has been completed. See Kane (2023) from the 'tutorial.helpers' package for a background discussion. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: tutorial.helpers Suggests: arrow, babynames, dbplyr, dplyr, duckdb, gghighlight, ggrepel, ggridges, ggthemes, gt, hexbin, janitor, learnr, maps, nycflights13, palmerpenguins, patchwork, readxl, reprex, repurrrsive, rsconnect, rvest, testthat (>= 3.0.0), tidymodels, tidyverse, writexl Config/testthat/edition: 3 BugReports: https://github.com/PPBDS/r4ds.tutorials/issues URL: https://ppbds.github.io/r4ds.tutorials/, https://github.com/PPBDS/r4ds.tutorials Repository: https://ppbds.r-universe.dev Date/Publication: 2025-09-12 22:36:46 UTC RemoteUrl: https://github.com/ppbds/r4ds.tutorials RemoteRef: HEAD RemoteSha: bfbc24af0abd495e452639e80bf4c11ac27d057c NeedsCompilation: no Packaged: 2026-07-01 06:59:20 UTC; root Author: David Kane [aut, cre, cph] (ORCID: ) Maintainer: David Kane