-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 915 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
Package: packageTemplate
Version: 0.0.0.9000
Title: ihmeuw-demographics R package template
Description: ihmeuw-demographics R package template that is used when creating
new R packages for our team.
Authors@R: c(person("Charlton", "Callender", email = "[email protected]", role = "aut"),
person("Katie", "Paulson", email = "[email protected]", role = "aut"),
person("Spencer", "Pease", email = "[email protected]", role = "aut"),
person("Haidong", "Wang", email = "[email protected]", role = "cre"),
person("Institute for Health Metrics and Evaluation", role = c("cph", "fnd")))
URL: https://github.com/ihmeuw-demographics/packageTemplate/
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Suggests:
testthat,
knitr,
rmarkdown,
spelling,
covr
VignetteBuilder: knitr
Language: en-US
Imports:
data.table