-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 961 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
40
41
42
43
44
Package: ifnBase
Type: Package
Title: InfluenzaNet Data Analysis Base
Version: 0.6.7
Imports:
methods,
swMisc,
ggplot2 (>= 3.0.0),
dplyr (>= 1.0),
rlang (>= 0.4.7),
R6 (>= 2.2),
utils,
stats
Depends:
R (>= 3.6.0)
Suggests:
cowplot,
tidyr (>= 1.0),
survey (>= 4.0),
RPostgreSQL,
DBI,
RODBC,
RSQLite,
RColorBrewer,
svglite,
epitools,
knitr,
scales,
testthat,
rmarkdown
URL: https://github.com/cturbelin/ifnBase
Additional_repositories: https://cran.sentiweb.fr/
BugReports: https://github.com/cturbelin/ifnBase/issues
Authors@R: c(
person("Clément", "Turbelin", email="clement.turbelin@sorbonne-universite.fr", role=c("aut", "cre"))
)
Description: This package contains base functions to work with Influenzanet data at country or european level.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
NeedsCompilation: no
Remotes: sentiweb/swMisc