-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.58 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
Package: devPTIpack
Title: Development environment for Precise Index Targeting analysis
Version: 0.0.0.9941
Authors@R:
person('Takaaki', 'Masaki', email = '[email protected]', role = c('aut'))
person('Arden', 'Finn', email = '[email protected]', role = c('aut'))
person('Eduard', 'Bukin', email = '[email protected]', role = c('cre'))
Description: We attempt to create a generic framework that allows to consolidate PIT
related indicators, agregate them according to a given methodology and
weighting scheme and visualise their spatial distribution.
License: tbd.
Depends: R (>= 3.6.0)
Imports:
config (>= 0.3),
golem (>= 0.2.1),
shiny (>= 1.5.0),
stringr (>= 1.3.9),
dplyr (>= 1.0),
purrr (>= 0.3.1),
glue (>= 1.4),
tibble (>= 3.0),
readr (>= 1.3.0),
shinyWidgets (>= 0.5.3),
readxl (>= 1.3.0),
leaflet (>= 2.0),
sf (>= 0.9),
magrittr (>= 1.4),
bsplus (>= 0.1.2),
shinyjs (>= 1.1),
tippy (>= 0.0.1),
tidyr (>= 1.1.1),
rlang (>= 0.4.7),
writexl (>= 1.3),
pkgload (>= 1.1.0),
scales (>= 1.1.1),
waiter (>= 0.1.3),
cicerone (> 1.0.3),
htmltools (>= 0.5.0),
RColorBrewer (>= 1.1-2),
testthat (>= 3.0),
here (>= 1.0),
rmarkdown (>= 2.9),
cli (>= 3.0),
fs (>= 1.5),
yesno (>= 0.1),
rstudioapi (>= 0.13),
ggplot2 (>= 3.3.5),
DT (>= 0.20),
htmlwidgets (>= 1.5.4)
Suggests:
progress (>= 1.2),
knitr (>= 1.33)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://ebukin.github.io/devPTIpack/