-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 869 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
Package: ohvbd
Title: One Health VBD Hub
Version: 0.5.2
Authors@R:
person("Francis", "Windram", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-2129-826X"))
Description: Interface with the One Health VBD Hub and related repositories directly.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/fwimp/ohvbd, https://fwimp.github.io/ohvbd/
BugReports: https://github.com/fwimp/ohvbd/issues
Imports:
cli,
curl,
data.table,
dplyr,
httr2 (>= 1.0.2),
lubridate,
magrittr,
rlang,
stats,
terra,
tibble,
tidyr,
utils
Suggests:
knitr,
parsermd,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 4.0)
Config/testthat/edition: 3
Config/testthat/parallel: true