Commit ae0fd125 authored by Pauline Maury Laribière's avatar Pauline Maury Laribière
Browse files

renaming repo

parent 00755b9e
Pipeline #326998 passed with stage
in 12 seconds
......@@ -20,7 +20,7 @@ image_build:
- image-build
except:
variables:
- $CI_PROJECT_URL == "https://gitlab.com/DSCC/fso-metadata-r"
- $CI_PROJECT_URL == "https://gitlab.com/DSCC/fso-metadata"
pages:
stage: deploy
......@@ -32,4 +32,4 @@ pages:
- public
only:
variables:
- $CI_PROJECT_URL == "https://gitlab.com/DSCC/fso-metadata-r"
- $CI_PROJECT_URL == "https://gitlab.com/DSCC/fso-metadata"
......@@ -11,7 +11,7 @@ This public library is made available for the internal FSO staff, the federal ad
You can install the library with
```
install.packages("remotes")
remotes::install_gitlab("DSCC/fso-metadata-r")
remotes::install_gitlab("DSCC/fso-metadata")
```
then at the beginning of your R script, you will need to
......
install.packages("remotes")
remotes::install_gitlab("DSCC/fso-metadata-r")
remotes::install_gitlab("DSCC/fso-metadata")
library(fso.metadata)
......
......@@ -15,7 +15,7 @@ You can install the library with
```{r install}
install.packages("remotes")
remotes::install_gitlab("DSCC/fso-metadata-r")
remotes::install_gitlab("DSCC/fso-metadata")
```
then at the beginning of your R script, you will need to
......
......@@ -72,7 +72,7 @@
<a href="#installation" class="anchor"></a>Installation</h2>
<p>You can install the library with</p>
<pre><code><a href="https://rdrr.io/r/utils/install.packages.html">install.packages("remotes")
remotes::install_gitlab("dscc/fso-metadata-r")</a></code></pre>
remotes::install_gitlab("DSCC/fso-metadata")</a></code></pre>
<p>then at the beginning of your R script, you will need to</p>
<pre><code><a href="https://renkulab.io/gitlab/dscc/metadata-auto-r-library">library("fso.metadata")</a></code></pre>
</div>
......@@ -172,7 +172,7 @@ remotes::install_gitlab("dscc/fso-metadata-r")</a></code></pre>
<a href="#example" class="anchor"></a>Example</h2>
<p>Examples for each API are provided in the <a href="https://renkulab.io/gitlab/dscc/metadata-auto-r-library/-/blob/master/example.Rmd">R Markdown</a>.</p>
<p>Practical <a href="https://renkulab.io/gitlab/dscc/metadata-auto-r-library/-/blob/master/demo.R">demo</a>.</p>
<p>A documentation page is also available <a href="https://dscc.gitlab.io/fso-metadata-r/">here</a>.</p>
<p>A documentation page is also available <a href="https://DSCC.gitlab.io/fso-metadata-r/">here</a>.</p>
</div>
</div>
</div>
......
......@@ -2,5 +2,5 @@ pandoc: 2.14.1
pkgdown: 1.6.1
pkgdown_sha: ~
articles: {}
last_built: 2022-03-10T09:47Z
last_built: 2022-03-11T12:32Z
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment