-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.39 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
Package: Cluster.OBeu
Type: Package
Title: Cluster Analysis 'OpenBudgets.eu'
Version: 1.2.3
Date: 2021-09-02
Description: Estimate and return the needed parameters for visualisations designed for 'OpenBudgets' <http://openbudgets.eu/> data. Calculate cluster analysis measures in Budget data of municipalities across Europe, according to the 'OpenBudgets' data model. It involves a set of techniques and algorithms used to find and divide the data into groups of similar observations. Also, can be used generally to extract visualisation parameters convert them to 'JSON' format and use them as input in a different graphical interface.
Authors@R: c(
person("Kleanthis", "Koupidis", , "[email protected]", role = c("aut", "cre")),
person("Charalampos", "Bratsas", , "[email protected]", role = "aut"),
person("Jaroslav", "Kuchar", , "[email protected]", role = "ctb")
)
Maintainer: Kleanthis Koupidis <[email protected]>
URL: https://github.com/okgreece/Cluster.OBeu
BugReports: https://github.com/okgreece/Cluster.OBeu/issues
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: TRUE
Imports:
car,
cluster,
clValid,
data.tree,
dendextend,
graphics,
jsonlite,
mclust,
methods,
RCurl,
reshape,
reshape2,
stringr,
utils
RoxygenNote: 7.0.0
Depends: R (>= 3.5.0)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr