forked from daynefiler/rclass
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (37 loc) · 956 Bytes
/
DESCRIPTION
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
Package: htltcR
Type: Package
Title: R class for UNC How-to-Learn-to-Code
Version: 1.0
Date: 2018-06-01
Authors@R: c(person("Dayne L", "Filer",
role = c("aut", "cre"),
email = "dayne.filer@gmail.com"),
person("Amy Pomeroy",
role = c("aut")),
person("Sarah Taylor",
role = c("ctb")),
person("Spencer Nystrom",
role = c("ctb")),
person("Siyao Liu",
role = c("ctb")),
person("Matthew Berginski",
role = c("ctb")))
Description: Add later
Suggests:
knitr,
rmarkdown,
VennDiagram,
roxygen2,
colorspace,
RColorBrewer,
tidyverse,
here,
graphics,
covr
Depends: R (>= 3.5.0)
Imports: devtools, graphics, grDevices
VignetteBuilder: knitr
RoxygenNote: 7.0.2
LazyData: true
License: MIT + file LICENSE
Encoding: UTF-8