forked from bluefoxr/COINr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 2.2 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: COINr
Type: Package
Title: Composite Indicator Construction and Analysis
Version: 0.6.1.9000
Maintainer: William Becker <[email protected]>
Description: A comprehensive high-level package for composite indicator construction and analysis. It is a "development environment"
for composite indicators and scoreboards, which includes utilities for construction (indicator selection, denomination, imputation,
data treatment, normalisation, weighting and aggregation) and analysis (multivariate analysis, correlation plotting, short cuts for
principal component analysis, global sensitivity analysis, and more). A composite indicator is completely encapsulated inside a single
hierarchical list called a "COIN". This allows a fast and efficient work flow, as well as making quick copies, testing methodological variations and making comparisons.
It also includes many plotting options, both statistical (scatter plots, distribution plots) as well as for presenting results (maps,
bar charts, radar charts, and more).
Finally, three Shiny apps are available which enable fast data exploration, results presentation, and checking the effects of
altering weights.
Full documentation is found in the online book at <https://bluefoxr.github.io/COINrDoc/>, as well as the vignette.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://bluefoxr.github.io/COINrDoc/
BugReports: https://github.com/bluefoxr/COINr/issues
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr (>= 1.0.4),
magrittr (>= 2.0.1),
reshape2 (>= 1.4.4),
openxlsx (>= 4.2.3),
corrplot (>= 0.84),
plotly (>= 4.9.3),
matrixStats (>= 0.58.0),
stats,
rlang (>= 0.4.10),
purrr (>= 0.3.4),
tidyr (>= 1.1.2),
stringr (>= 1.4.0),
e1071 (>= 1.7-4),
tibble (>= 3.0.6),
shiny (>= 1.6.0),
reactable (>= 0.2.3),
ggplot2 (>= 3.3.3),
readxl (>= 1.3.1),
Amelia,
rmarkdown,
utils
Depends:
R (>= 4.0.0)
Suggests:
spelling,
knitr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Language: en-GB
Authors@R: person("William", "Becker", email = "[email protected]",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6467-4472"))