-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 943 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
Package: CHOIRBM
Title: Plots the CHOIR Body Map
Version: 0.0.2.9000
Authors@R:
c(person(given = "Eric",
family = "Cramer",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2085-3679")),
person(given = "Stanford University School of Medicine",
role = c("cph", "fnd")))
Description: Collection of utility functions for visualizing
body map data collected with the Collaborative Health Outcomes
Information Registry.
License: MIT + file LICENSE
URL: https://github.com/emcramer/CHOIRBM
BugReports: https://github.com/emcramer/CHOIRBM/issues
Depends:
R (>= 3.5.0)
Imports:
broom,
ggplot2,
rlang,
stringr
Suggests:
knitr,
rmarkdown,
testthat (>= 2.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1