-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 725 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 725 Bytes
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
Package: drhur
Type: Package
Title: Learning R with Dr. Hu
Version: 1.1.0
Authors@R: c(
person("Yue", "Hu", role = c("aut", "cre"), email = "yuehu@tsinghua.edu.cn"),
person("Xinyi", "Ye", role = c("ctb", "trl"), email = "yexinyi98@outlook.com"),
person("Yufei", "Sun", role = c("ctb"), email = "sunyf20@mails.tsinghua.edu.cn")
)
Maintainer: Yue Hu <yuehu@tsinghua.edu.cn>
Description: Tutarials of R learning easily and happily.
License: MIT + file LICENSE
VignetteBuilder: knitr
Encoding: UTF-8
BugReports: https://github.com/sammo3182/drhur/issues
LazyData: true
Depends:
R(>= 3.6.0),
learnr(>= 0.10.1)
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
scales,
modelsummary,
knitr,
tidyverse