-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
48 lines (48 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
Package: datimutils
Type: Package
Title: Utilities for interacting with the DATIM api from R
Version: 0.7.0
Date: 2023-08-01
Authors@R:
c(
person("Scott", "Jackson", email = "[email protected]",
role = c("aut", "cre")),
person("Jason", "Pickering", email = "[email protected]",
role = c("aut")),
person("Sam", "Garman", email = "[email protected]",
role = c("aut")),
person("Jordan", "Bales", email = "[email protected]",
role = c("aut")),
person("Fausto", "Lopez", email = "[email protected]",
role = c("aut")),
person("Chris", "Nemarich", email = "[email protected]",
role = c("ctb"))
)
Description: General utilities for interacting with the DATIM api from R.
URL: https://github.com/pepfar-datim/datimutils
BugReports: https://github.com/pepfar-datim/datimutils
Depends: R (>= 4.1.1)
Imports:
tidyr (>= 0.8.3),
jsonlite (>= 1.6),
stringi (>= 1.7.6),
httr (>= 1.4.0),
keyring,
rlang,
R6 (>= 2.5.1)
Suggests:
devtools (>= 2.0.1),
dplyr (>= 0.8.3),
tibble (>= 2.1.1),
readr (>= 1.3.1),
httptest,
knitr,
rmarkdown,
assertthat,
testthat (>= 2.1.0),
lintr (>= 3.0.0)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr