-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.25 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
Type: Package
Package: r4dsQuizzes
Title: Proficiency Quizzes for R for Data Science (2e)
Version: 0.0.0.9000
Authors@R:
person("Danielle", "Sass", , "danielle.sass@northwestern.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9755-738X"))
Description: A series of 'learnr' tutorials with quiz adaptations using the 'tutorialExtras' package. These quizzes
contain questions and exercises based on learning goals from the R for Data Science (2e) textbook by Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund.
The quizzes are geared towards mastery with randomized question selection and 3 attempts per quiz.
License: CC BY 4.0
Depends:
R (>= 3.2.0)
Imports:
gradethis (>= 0.1.0.9004),
learnr (>= 0.10.1.9008),
tutorialExtras
Suggests:
countdown,
dcldata,
dplyr,
ISLR2,
janitor,
knitr,
nycflights13,
palmerpenguins,
skimr,
tidyr,
tidyverse
Remotes:
dcl-docs/dcldata,
rstudio/learnr,
rstudio/gradethis,
NUstat/tutorialExtras
Config/Needs/connect: rsconnect
Config/Needs/coverage: covr
Config/Needs/website: pkgdown
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://nustat.github.io/r4dsQuizzes/