File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,17 @@ Description: A series of 'learnr' tutorials based on "Introduction to Statistics
99 and Data Science" by Elizabeth Tipton, Arend M. Kuyper, Danielle Sass, and
1010 Kaitlyn G. Fitzgerald - Adapted from ModernDive by Chester Ismay and Albert Y. Kim.
1111License: CC BY 4.0
12- Depends:
13- R (>= 3.2.0)
12+ Encoding: UTF-8
13+ Roxygen: list(markdown = TRUE)
14+ RoxygenNote: 7.3.2
1415Imports:
15- gradethis (>= 0.1.0.9004),
16- learnr (>= 0.10.1.9008),
16+ tutorial.helpers,
1717 tutorialExtras,
18+ gradethis,
19+ ggcheck (>= 0.0.5)
20+ learnr (>= 0.10.1.9008),
21+ tutorialExtras
22+ Suggests:
1823 dplyr,
1924 janitor,
2025 nycflights13,
@@ -31,6 +36,4 @@ Config/testthat/edition: 3
3136Encoding: UTF-8
3237Language: en-US
3338LazyData: true
34- Roxygen: list(markdown = TRUE)
35- RoxygenNote: 7.2.3
3639URL: https://nustat.github.io/isdsTutorials/
You can’t perform that action at this time.
0 commit comments