-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 906 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
38
39
Package: accesstocare
Title: Example content of Access to Care project
Version: 0.0.1.9009
Authors@R:
person(given = "Edgar",
family = "Ruiz",
role = c("aut", "cre"),
email = "[email protected]"
)
Description: Contains the example documents, applications and 'API's that are
part of the Access To Care analysis. The package also contains the data and
helper functions to make it easy to run the example code.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Imports:
crayon,
fs,
here,
purrr,
rsconnect,
ggplot2,
ggiraph,
rlang,
tibble,
yaml,
rstudioapi
Suggests:
knitr,
covr,
testthat (>= 3.0.0),
rmarkdown
Config/testthat/edition: 3
URL: https://sol-eng.github.io/accesstocare
VignetteBuilder: knitr