forked from impact-initiatives/analysistools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.08 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
Package: analysistools
Title: Tools to perform some analysis on survey data collected with ODK
Version: 0.0.0.901
Authors@R: c(
person("Yann", "Say", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7390-4209")),
person("Mehedi", "Khan", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4276-4485"))
)
Description: The package provides a couple of wrappers around srvyr and
tidyverse to perform some analysis primarly based on dataset collected
throught ODK format.
License: MIT + file LICENSE
Depends:
R (>= 4.1.0)
Imports:
addindicators,
cleaningtools,
dplyr,
glue,
magrittr,
purrr,
rlang,
srvyr,
stringr,
tidyr,
tidyselect
Suggests:
covr,
survey,
testthat (>= 3.0.0),
tibble
Remotes:
impact-initiatives/addindicators,
impact-initiatives/cleaningtools
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://impact-initiatives.github.io/analysistools/