Skip to content

Commit 6983a1f

Browse files
authored
Update DESCRIPTION
update imports
1 parent bd11c7b commit 6983a1f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

DESCRIPTION

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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.
1111
License: 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
1415
Imports:
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
3136
Encoding: UTF-8
3237
Language: en-US
3338
LazyData: true
34-
Roxygen: list(markdown = TRUE)
35-
RoxygenNote: 7.2.3
3639
URL: https://nustat.github.io/isdsTutorials/

0 commit comments

Comments
 (0)