Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DSCC
FSO Metadata Auto R
Commits
d369f8e0
Commit
d369f8e0
authored
Mar 03, 2022
by
Pauline Maury Laribière
Browse files
Adding ofg_down for documentation
parent
a16529dd
Pipeline
#324696
passed with stage
in 3 minutes and 27 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.Rbuildignore
View file @
d369f8e0
...
...
@@ -15,3 +15,6 @@ example.Rmd
install.R
requirements.txt
^_pkgdown\.yml$
^docs$
^pkgdown$
.gitignore
View file @
d369f8e0
...
...
@@ -377,4 +377,5 @@ tags
# Renku
.renku.lock
.renku/tmp
.renku/cache
\ No newline at end of file
.renku/cache
docs
_pkgdown.yml
0 → 100644
View file @
d369f8e0
template
:
bootstrap
:
5
\ No newline at end of file
install.R
View file @
d369f8e0
install.packages
(
c
(
"devtools"
,
"roxygen2"
,
"document"
,
"styler"
))
install.packages
(
c
(
"httr"
,
"jsonlite"
,
"glue"
,
"hash"
))
install.packages
(
c
(
"devtools"
,
"roxygen2"
,
"document"
,
"styler"
,
"httr"
,
"jsonlite"
,
"glue"
,
"pkgdown"
))
devtools
::
install_github
(
"opensdmx/rsdmx"
)
library
(
hash
)
library
(
methods
)
library
(
glue
)
library
(
httr
)
library
(
jsonlite
)
library
(
rsdmx
)
## Load and test library
# pkgload::load_all('.')
# styler::style_pkg('.')
# devtools::check('.')
# testthat::test_file("tests/testthat.R")
\ No newline at end of file
# testthat::test_file("tests/testthat.R")
## Use pkgdown for documentation
# pkgdown::build_site()
\ No newline at end of file
metadata-auto-r-library.Rproj
0 → 100644
View file @
d369f8e0
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
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