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
|
Source: r-cran-rsdmx
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-r6,
r-cran-xml,
r-cran-httr,
r-cran-plyr
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rsdmx
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rsdmx.git
Homepage: https://cran.r-project.org/package=rsdmx
Rules-Requires-Root: no
Package: r-cran-rsdmx
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R package for the Statistical Data and Metadata Exchange (SDMX) framework
This package provides a set of classes and methods to read data and metadata
documents exchanged through the Statistical Data and Metadata Exchange (SDMX)
framework, currently focusing on the SDMX XML standard format (SDMX-ML).
.
SDMX is an initiative to foster standards for the exchange of statistical
information. It is sponsored by several major providers of statistical
information: the Bank for International Settlements, the European Central
Bank, Eurostat (the statistical office of the European Union), the
International Monetary Fund (IMF), the Organisation for Economic Co-operation
and Development (OECD), the United Nations Statistics Division, the United
Nations Educational, Scientific and Cultural Organization and the World Bank.
.
The package can therefore be used to download statistical information from the
servers of those organizations, and from those of several other institutions.
|