-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
53 lines (53 loc) · 1.39 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
Package: activityinfo
Type: Package
Title: R interface to ActivityInfo.org, an information management software for
humanitarian and development operations
Version: 4.37
Date: 2024-10-16
Authors@R: c(
person("Alex", "Bertram", email = "alex@bedatadriven.com",
role = c("aut", "cre")),
person("Nicolas", "Dickinson", email = "dickinson@washnote.com",
role = "aut"),
person("Ryo", "Nakagawara", email = "rnakagawara@acdivoca-aux.org",
role = "ctb"),
person("BeDataDriven B.V.", role = c("cph", "fnd")),
person("ACDI/VOCA", role = c("fnd"))
)
Maintainer: Alex Bertram <alex@bedatadriven.com>
Description:
An interface to ActivityInfo, a web-based information management software
used for partner reporting, monitoring and evaluation and case management in
humanitarian aid, emergencies and international development.
License: GPL-3
Depends:
dplyr (>= 1.1.1)
Imports:
stats,
utils,
httr (>= 1.4.5),
jsonlite,
stringr (>= 1.5.0),
pillar (>= 1.8.1),
rlang (>= 1.1.0),
tibble (>= 3.2.1),
vctrs,
tidyselect (>= 1.2.0),
magrittr
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Suggests:
ggplot2,
quanteda,
scales,
testthat (>= 3.0.0),
knitr,
rmarkdown,
markdown,
withr,
assertthat,
purrr,
tinytex
VignetteBuilder: knitr
Config/testthat/edition: 3