You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``rsdmx``: Tools for reading SDMX data and metadata documents in R
10
10
@@ -13,23 +13,23 @@
13
13
``rsdmx`` is a package to parse/read SDMX data and metadata in R. It provides:
14
14
* a set of classes and methods to read data and metadata documents exchanged through the Statistical Data and Metadata Exchange (SDMX) framework. The package currently focuses on the SDMX XML standard format (SDMX-ML).
15
15
* an interface to SDMX web-services for a list of well-known data providers, such as EUROSTAT, OECD, and others
We thank in advance people that use ``rsdmx`` for citing it in their work / publication(s). For this, please use the citation provided at this link [](https://doi.org/10.5281/zenodo.592404)
20
+
We thank in advance people that use ``rsdmx`` for citing it in their work / publication(s). For this, please use the citation provided at this link [](https://doi.org/10.5281/zenodo.592404)
21
21
22
22
### Collating scattered SDMX data sources
23
23
24
24
In spite they are some R package initiatives relying on ``rsdmx`` that aim to provide a wrapper for a _single data source_ (e.g. OECD, EUROSTAT), it is strongly recommended to rely directly on ``rsdmx``. Indeed, one main objective of ``rsdmx`` is to **promote and facilitate collating scattered data** from a growing number of SDMX data providers, whatever the organization.
25
25
26
-
It is already possible to query well-known datasources, using the embedded [helpers](https://github.com/opensdmx/rsdmx/blob/master/vignettes/quickstart.Rmd#using-the-helper-approach). Pull requests are welcome to support additional data providers by default in ``rsdmx``.
26
+
It is already possible to query well-known datasources, using the embedded [helpers](https://github.com/eblondel/rsdmx/blob/master/vignettes/quickstart.Rmd#using-the-helper-approach). Pull requests are welcome to support additional data providers by default in ``rsdmx``.
@@ -41,7 +41,7 @@ At now, the package allows to read:
41
41
42
42
### Fundings
43
43
44
-
``rsdmx`` is looking for **[sponsors](https://github.com/opensdmx/rsdmx/wiki#package_development_funding)**. You have been using ``rsdmx`` and you wish to support its development? Please help us to make the package growing!
44
+
``rsdmx`` is looking for **[sponsors](https://github.com/eblondel/rsdmx/wiki#package_development_funding)**. You have been using ``rsdmx`` and you wish to support its development? Please help us to make the package growing!
Please note that following a new submission to CRAN, or eventually a modification of CRAN policies, the package might be temporarily archived, and removed from CRAN. In case you notice that the package is not back in few time, please contact me.
61
61
62
62
#### on R-Universe
63
-
``rsdmx`` is available on the R-Universe public cloud server. The package version corresponds to the ongoing revision (master branch in Github). See [https://opensdmx.r-universe.dev/#package:rsdmx](https://opensdmx.r-universe.dev/#package:rsdmx)
63
+
``rsdmx`` is available on the R-Universe public cloud server. The package version corresponds to the ongoing revision (master branch in Github). See [https://eblondel.r-universe.dev/#package:rsdmx](https://eblondel.r-universe.dev/#package:rsdmx)
64
64
65
65
## Quickstart
66
66
@@ -79,7 +79,7 @@ install.packages("rsdmx")
79
79
or from its development repository hosted in Github (using the ``devtools`` package):
\texttt{rsdmx} can play a \textbf{fundamental role} for \textbf{exploiting} and \textbf{co-analyzing statistics} from scattered data sources in \R.
687
687
688
-
Until now, \texttt{rsdmx} was born from a \textbf{voluntary initiative}, and is now a \textbf{published library} with a \textbf{growing number of users}. To guarantee the sustainability of \texttt{rsdmx}, we are seeking for \href{https://github.com/opensdmx/rsdmx/wiki\#package_development_funding}{\textbf{fundings}}, throught \textit{sponsoring} or \textit{donations} to:
688
+
Until now, \texttt{rsdmx} was born from a \textbf{voluntary initiative}, and is now a \textbf{published library} with a \textbf{growing number of users}. To guarantee the sustainability of \texttt{rsdmx}, we are seeking for \href{https://github.com/eblondel/rsdmx/wiki\#package_development_funding}{\textbf{fundings}}, throught \textit{sponsoring} or \textit{donations} to:
689
689
\begin{itemize}
690
690
\item\textbf{implement, test, validate and release improvements}
691
691
\item\textbf{guarantee a quality maintenance} of the package
Copy file name to clipboardexpand all lines: vignettes/quickstart.Rmd
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ What ``rsdmx`` does support:
33
33
34
34
* a SDMX format abstraction library, with focus on the the main SDMX standard XML format (SDMX-ML), and the support of the three format standard versions (``1.0``, ``2.0``, ``2.1``)
35
35
36
-
* an interface to SDMX web-services for a list of well-known data providers, such as OECD, EUROSTAT, ECB, UN FAO, UN ILO, etc (a list that should grow in a near future!). See it [in action](https://github.com/opensdmx/rsdmx/blob/master/vignettes/quickstart.Rmd#using-the-helper-approach)!
36
+
* an interface to SDMX web-services for a list of well-known data providers, such as OECD, EUROSTAT, ECB, UN FAO, UN ILO, etc (a list that should grow in a near future!). See it [in action](https://github.com/eblondel/rsdmx/blob/master/vignettes/quickstart.Rmd#using-the-helper-approach)!
37
37
38
38
Let's see then how to use ``rsdmx``!
39
39
@@ -42,7 +42,7 @@ Let's see then how to use ``rsdmx``!
42
42
``rsdmx`` can be installed from CRAN or from its development repository hosted in Github. For the latter, you will need the ``remotes`` package and run:
43
43
44
44
```{r, eval=FALSE, results="hide"}
45
-
remotes::install_github("opensdmx/rsdmx")
45
+
remotes::install_github("eblondel/rsdmx")
46
46
```
47
47
48
48
## Load rsdmx
@@ -71,7 +71,7 @@ stats <- as.data.frame(dataset)
71
71
72
72
You can try it out with other datasources, such as from the [**EUROSTAT portal**](https://ec.europa.eu/eurostat): [https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/NAMA_10_GDP/A.CP_MEUR.B1GQ.BE+LU](https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/NAMA_10_GDP/A.CP_MEUR.B1GQ.BE+LU)
73
73
74
-
The online rsdmx documentation also provides a list of data providers, either from international or national institutions, and [more request examples](https://github.com/opensdmx/rsdmx/wiki#read-remote-datasets).
74
+
The online rsdmx documentation also provides a list of data providers, either from international or national institutions, and [more request examples](https://github.com/eblondel/rsdmx/wiki#read-remote-datasets).
0 commit comments