-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
21 lines (21 loc) · 1.4 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: DescriptiveStats.OBeu
Type: Package
Title: Descriptive Statistics 'OpenBudgets.eu'
Version: 1.3.2
Date: 2021-09-02
Description: Estimate and return the needed parameters for visualizations designed for 'OpenBudgets.eu' <http://openbudgets.eu/> datasets. Calculate descriptive statistical measures in budget data of municipalities across Europe, according to the 'OpenBudgets.eu' data model. There are functions for measuring central tendency and dispersion of amount variables along with their distributions and correlations and the frequencies of categorical variables for a given dataset. Also, can be used generally to other datasets, to extract visualization parameters, convert them to 'JSON' format and use them as input in a different graphical interface.
Authors@R: c(
person("Kleanthis", "Koupidis", , "koupidis@okfn.gr", role = c("aut", "cre")),
person("Aikaterini", "Chatzopoulou", , "kchatzopoul@okfn.gr", role = "aut"),
person("Charalampos", "Bratsas", , "charalampos.bratsas@okfn.org", role = "aut")
)
Maintainer: Kleanthis Koupidis <koupidis@okfn.gr>
URL: /~https://github.com/okgreece/DescriptiveStats.OBeu
BugReports: /~https://github.com/okgreece/DescriptiveStats.OBeu/issues
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports: dplyr, graphics, grDevices, jsonlite, magrittr, RCurl, reshape, stats
RoxygenNote: 7.1.1
Suggests: curl, knitr, rmarkdown
VignetteBuilder: knitr