-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
40 lines (40 loc) · 1.66 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
Package: COINr
Type: Package
Title: Composite Indicator Construction and Analysis
Version: 1.1.14
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.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://bluefoxr.github.io/COINr/
BugReports: https://github.com/bluefoxr/COINr/issues
LazyData: true
RoxygenNote: 7.3.2
Imports:
openxlsx (>= 4.2.3),
stats,
rlang (>= 0.4.10),
ggplot2 (>= 3.3.3),
readxl (>= 1.3.1),
utils
Depends:
R (>= 4.0.0)
Suggests:
rmarkdown,
spelling,
knitr,
testthat (>= 3.0.0),
matrixStats,
performance,
covr
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"))
Config/testthat/edition: 3