-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
67 lines (67 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: IndicatorCalc
Title: Calculate Standard Survey Indicators for Forcibly Displaced
Population
Version: 0.0.0.9000
Authors@R: c(
person("Edouard", "Legoupil", , "[email protected]", role = c("aut", "cre")),
person("Ilgi", "Bozdag", , "[email protected]", role = "ctb"),
person("UNHCR", role = "cph")
)
Maintainer: Edouard Legoupil <[email protected]>
Description: Use functions to implement standard survey indicator
calculation.
License: MIT + file LICENSE
URL: https://github.com/unhcr-americas/IndicatorCalc
Imports:
cli,
config,
countrycode,
dplyr,
ggforce,
ggplot2,
ggtext,
glue,
golem,
grid,
janitor,
kobocruncher,
labelled,
openxlsx2,
plyr,
purrr,
readxl,
refugees,
riddle,
rmarkdown,
SDGsR,
shiny,
shinydashboard,
shinyWidgets,
showtext,
sjlabelled,
sjmisc,
stats,
stringdist,
stringr,
sysfonts,
systemfonts,
tibble,
tidyr,
tidyverse,
unhcrshiny,
unhcrthemes,
utils,
withr
Suggests:
knitr
VignetteBuilder:
knitr
Remotes:
edouard-legoupil/kobocruncher,
edouard-legoupil/riddle,
edouard-legoupil/unhcrshiny,
unhcr-dataviz/unhcrthemes
Config/fusen/version: 0.5.2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3.9000