-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.08 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
Package: PHABMetrics
Type: Package
Title: Tools For Calculating PHAB Metrics
Version: 2.0.0
Date: 2019-07-05
Author: Mark Engeln [aut],
Marcus W. Beck [cre,aut],
Robert Butler [aut],
Raphael D. Mazor [ctb]
Maintainer: Marcus W. Beck <marcusb@sccwrp.org>
Description: Contains tools for calculating PHAB metrics.
BugReports: https://github.com/SCCWRP/PHABMetrics/issues
License: CC0
Imports:
dplyr,
magrittr,
purrr,
reshape,
stringr,
tibble,
tidyr
LazyData: true
Depends:
R (>= 3.4.0)
Authors@R: c(
person(given = "Mark", family = "Engeln",
role = c("aut")),
person(given = "Marcus W.", family = "Beck",
role = c("cre", "aut"),
email = "marcusb@sccwrp.org"
),
person(given = "Robert", family = "Butler",
role = c("aut"),
email = "r7butler@yahoo.com"
),
person(given = "Quynh-Thi", family = "Ho",
role = c("aut"),
email = "qthi.ho@gmail.com"
),
person(given = "Raphael D.", family = "Mazor",
role = c("ctb"),
email = "raphaelm@sccwrp.org"
)
)
Encoding: UTF-8
RoxygenNote: 7.0.2
Suggests:
testthat,
covr