Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DSCC
FSO Metadata Auto R
Commits
ae0fd125
Commit
ae0fd125
authored
Mar 11, 2022
by
Pauline Maury Laribière
Browse files
renaming repo
parent
00755b9e
Pipeline
#326998
passed with stage
in 12 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ae0fd125
...
...
@@ -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"
README.md
View file @
ae0fd125
...
...
@@ -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
...
...
demo.R
View file @
ae0fd125
install.packages
(
"remotes"
)
remotes
::
install_gitlab
(
"DSCC/fso-metadata
-r
"
)
remotes
::
install_gitlab
(
"DSCC/fso-metadata"
)
library
(
fso.metadata
)
...
...
example.Rmd
View file @
ae0fd125
...
...
@@ -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
...
...
public/index.html
View file @
ae0fd125
...
...
@@ -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>
...
...
public/pkgdown.yml
View file @
ae0fd125
...
...
@@ -2,5 +2,5 @@ pandoc: 2.14.1
pkgdown
:
1.6.1
pkgdown_sha
:
~
articles
:
{}
last_built
:
2022-03-1
0T09:47
Z
last_built
:
2022-03-1
1T12:32
Z
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment