-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.32 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
50
51
52
53
54
55
56
57
58
59
60
Package: obesityexplorer
Title: Obesity Explorer Dashboard
Version: 0.4.0
Authors@R:
c(person(given = "Javairia",
family = "Raza",
role = c("aut")),
person(given = "Dustin",
family = "Burnham",
role = c("aut")),
person(given = "Rafael",
family = "Pilliard-Hellwig",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Tanmay",
family = "Sharma",
role = c("aut")))
Description: An Obesity Dashboard Developed in R-Dash.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dash,
readr,
dplyr,
rlang,
tidyr,
stringr,
ggthemes,
scales,
here,
plotly,
dashHtmlComponents,
dashCoreComponents,
dashBootstrapComponents (>= 0.11.1),
purrr,
forcats,
tibble,
tidyverse,
ggplot2,
magrittr,
devtools,
memoise
Suggests:
lintr,
checkmate,
spelling,
testthat (>= 3.0.0),
covr,
WDI
Language: en-US
URL: https://github.com/UBC-MDS/obesity-explorer-R
BugReports: https://github.com/UBC-MDS/obesity-explorer-R/issues
Remotes:
facultyai/dash-bootstrap-components@r-release
Config/testthat/edition: 3
Depends:
R (>= 3.5.0)