forked from CDCgov/Rnssp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.37 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: Rnssp
Type: Package
Title: A Signature R package for the National Syndromic Surveillance Program (NSSP)
Version: 0.3.0
Date: 2024-03-25
Authors@R: c(
person("Gbedegnon Roseric", "Azondekon", email = "[email protected]",
role = c("aut", "cre", "ctb"), comment = c(ORCID = "0000-0001-9155-4153")),
person("Michael", "Sheppard", email = "[email protected]",
role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-3660-575X")))
Maintainer: Gbedegnon Roseric Azondekon <[email protected]>
Description: A collection of tools, functions, and Rmarkdown templates
that supports the National Syndromic and Surveillance Program Community of Practice.
Depends:
R (>= 3.6.0),
magrittr,
purrr,
dplyr,
data.table,
stringr,
tidyr,
slider,
lubridate,
sf
License: Apache License (>= 2)
URL: https://cdcgov.github.io/Rnssp, https://github.com/CDCgov/Rnssp
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
testthat,
knitr,
rmarkdown,
scales,
forcats,
ggplot2,
ggpubr,
ggraph,
ggthemes,
igraph,
tidytext,
widyr
Imports:
R6,
stringi,
assertions,
safer,
jsonlite,
httr,
askpass,
readr,
janitor,
tibble,
yaml,
DT,
cli,
shiny (>= 0.13),
miniUI (>= 0.1.1),
rstudioapi (>= 0.5)
VignetteBuilder: knitr