-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 1.69 KB
/
DESCRIPTION
File metadata and controls
66 lines (66 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: r4dsTutorialsNU
Title: Tutorials for "R for Data Science"
Version: 0.2.0.9006
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)
<https://ppbds.github.io/tutorial.helpers/articles/instructions.html> 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,
tutorialExtras,
gradethis,
ggcheck (>= 0.0.5)
Suggests:
arrow,
babynames,
dbplyr,
dplyr,
duckdb,
gert,
gitcreds,
gghighlight,
ggrepel,
ggridges,
ggthemes,
hexbin,
janitor,
learnr,
maps,
nycflights13,
palmerpenguins,
patchwork,
quarto,
r4ds.tutorials,
readxl,
reprex,
repurrrsive,
rsconnect,
rvest,
socviz,
testthat (>= 3.0.0),
tidymodels,
tidyverse,
usethis,
writexl,
Lahman
Config/testthat/edition: 3
Remotes:
PPBDS/tutorial.helpers,
NUstat/tutorialExtras,
rstudio/gradethis,
rstudio/ggcheck
BugReports: https://github.com/NUstat/r4dsTutorialsNU/issues
URL: https://NUstat.github.io/r4dsTutorialsNU/, https://github.com/NUstat/r4dsTutorialsNU