Skip to content

Commit 861443e

Browse files
committed
#224 remove links to opensdmx
1 parent d9b6119 commit 861443e

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Description: Set of classes and methods to read data and metadata documents
1515
currently focusing on the SDMX XML standard format (SDMX-ML).
1616
License: GPL (>= 2)
1717
VignetteBuilder: knitr
18-
URL: https://github.com/opensdmx/rsdmx, https://sdmx.org
19-
BugReports: https://github.com/opensdmx/rsdmx/issues
18+
URL: https://github.com/eblondel/rsdmx, https://sdmx.org
19+
BugReports: https://github.com/eblondel/rsdmx/issues
2020
LazyLoad: yes
2121
Encoding: UTF-8
2222
Collate:

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
**rsdmx**
22
=======
3-
[![Build Status](https://github.com/opensdmx/rsdmx/actions/workflows/r-cmd-check.yml/badge.svg?branch=master)](https://github.com/opensdmx/rsdmx/actions/workflows/r-cmd-check.yml)
3+
[![Build Status](https://github.com/eblondel/rsdmx/actions/workflows/r-cmd-check.yml/badge.svg?branch=master)](https://github.com/eblondel/rsdmx/actions/workflows/r-cmd-check.yml)
44
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/rsdmx)](https://cran.r-project.org/package=rsdmx)
55
[![cran checks](https://badges.cranchecks.info/worst/rsdmx.svg)](https://cran.r-project.org/web/checks/check_results_rsdmx.html)
6-
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.6--5-blue.svg)](https://github.com/opensdmx/rsdmx)
7-
[![DOI](https://zenodo.org/badge/5183/opensdmx/rsdmx.svg)](https://doi.org/10.5281/zenodo.592404)
6+
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.6--5-blue.svg)](https://github.com/eblondel/rsdmx)
7+
[![DOI](https://zenodo.org/badge/5183/eblondel/rsdmx.svg)](https://doi.org/10.5281/zenodo.592404)
88

99
``rsdmx``: Tools for reading SDMX data and metadata documents in R
1010

@@ -13,23 +13,23 @@
1313
``rsdmx`` is a package to parse/read SDMX data and metadata in R. It provides:
1414
* 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).
1515
* an interface to SDMX web-services for a list of well-known data providers, such as EUROSTAT, OECD, and others
16-
[Learn more](https://github.com/opensdmx/rsdmx/wiki#package_overview).
16+
[Learn more](https://github.com/eblondel/rsdmx/wiki#package_overview).
1717

1818
### Citation
1919

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 [![DOI](https://zenodo.org/badge/5183/opensdmx/rsdmx.svg)](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 [![DOI](https://zenodo.org/badge/5183/eblondel/rsdmx.svg)](https://doi.org/10.5281/zenodo.592404)
2121

2222
### Collating scattered SDMX data sources
2323

2424
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.
2525

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``.
2727

2828
### SDMX standards compliance
2929

30-
[![SDMX_Compliance_Badge_1.0](https://img.shields.io/badge/SDMX--ML-1.0-blue.svg)](https://github.com/opensdmx/rsdmx)
31-
[![SDMX_Compliance_Badge_2.0](https://img.shields.io/badge/SDMX--ML-2.0-blue.svg)](https://github.com/opensdmx/rsdmx)
32-
[![SDMX_Compliance_Badge_2.1](https://img.shields.io/badge/SDMX--ML-2.1-blue.svg)](https://github.com/opensdmx/rsdmx)
30+
[![SDMX_Compliance_Badge_1.0](https://img.shields.io/badge/SDMX--ML-1.0-blue.svg)](https://github.com/eblondel/rsdmx)
31+
[![SDMX_Compliance_Badge_2.0](https://img.shields.io/badge/SDMX--ML-2.0-blue.svg)](https://github.com/eblondel/rsdmx)
32+
[![SDMX_Compliance_Badge_2.1](https://img.shields.io/badge/SDMX--ML-2.1-blue.svg)](https://github.com/eblondel/rsdmx)
3333

3434
### Status
3535
At now, the package allows to read:
@@ -41,7 +41,7 @@ At now, the package allows to read:
4141

4242
### Fundings
4343

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!
4545

4646
### Author
4747

@@ -60,7 +60,7 @@ Copyright (C) 2014 Emmanuel Blondel
6060
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.
6161

6262
#### 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)
6464

6565
## Quickstart
6666

@@ -79,7 +79,7 @@ install.packages("rsdmx")
7979
or from its development repository hosted in Github (using the ``devtools`` package):
8080

8181
```{r, echo = FALSE}
82-
devtools::install_github("opensdmx/rsdmx")
82+
devtools::install_github("eblondel/rsdmx")
8383
```
8484

8585
### Load rsdmx

doc/rsdmx.svg

+1-1
Loading

doc/slides/rsdmx_presentation.tex

+6-6
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ \section{Using rsdmx}
379379
\begin{Schunk}
380380
\begin{Sinput}
381381
R> require(devtools)
382-
R> install_github("opensdmx/rsdmx")
382+
R> install_github("eblondel/rsdmx")
383383
\end{Sinput}
384384
\end{Schunk}
385385
\end{itemize}
@@ -629,7 +629,7 @@ \section{Using rsdmx}
629629

630630
\vspace{\baselineskip}
631631

632-
If you are interested, you can checkout the \texttt{rsdmx} documentation available \href{https://github.com/opensdmx/rsdmx/wiki}{online}!
632+
If you are interested, you can checkout the \texttt{rsdmx} documentation available \href{https://github.com/eblondel/rsdmx/wiki}{online}!
633633

634634
\vspace{\baselineskip}
635635

@@ -685,7 +685,7 @@ \section{Conclusions \& Perspectives}
685685
\framesubtitle{Looking for Sponsors}
686686
\texttt{rsdmx} can play a \textbf{fundamental role} for \textbf{exploiting} and \textbf{co-analyzing statistics} from scattered data sources in \R.
687687

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:
689689
\begin{itemize}
690690
\item \textbf{implement, test, validate and release improvements}
691691
\item \textbf{guarantee a quality maintenance} of the package
@@ -706,9 +706,9 @@ \section{Conclusions \& Perspectives}
706706
\begin{itemize}
707707
\item on Github:
708708
\begin{itemize}
709-
\item source code: \href{https://github.com/opensdmx/rsdmx}{https://github.com/opensdmx/rsdmx}
709+
\item source code: \href{https://github.com/eblondel/rsdmx}{https://github.com/eblondel/rsdmx}
710710
\vspace{0.1cm}
711-
\item online documentation: \href{https://github.com/opensdmx/rsdmx/wiki}{https://github.com/opensdmx/rsdmx/wiki}
711+
\item online documentation: \href{https://github.com/eblondel/rsdmx/wiki}{https://github.com/eblondel/rsdmx/wiki}
712712
\vspace{0.1cm}
713713
\end{itemize}
714714
\item mailing list: \href{https://groups.google.com/forum/\#!forum/rsdmx}{rsdmx}
@@ -718,4 +718,4 @@ \section{Conclusions \& Perspectives}
718718
\end{frame}
719719

720720

721-
\end{document}
721+
\end{document}

man/rsdmx.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/quickstart.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ What ``rsdmx`` does support:
3333

3434
* 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``)
3535

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)!
3737

3838
Let's see then how to use ``rsdmx``!
3939

@@ -42,7 +42,7 @@ Let's see then how to use ``rsdmx``!
4242
``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:
4343

4444
```{r, eval=FALSE, results="hide"}
45-
remotes::install_github("opensdmx/rsdmx")
45+
remotes::install_github("eblondel/rsdmx")
4646
```
4747

4848
## Load rsdmx
@@ -71,7 +71,7 @@ stats <- as.data.frame(dataset)
7171

7272
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)
7373

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).
7575

7676
#### using the _helper_ approach
7777

0 commit comments

Comments
 (0)