Skip to content
Snippets Groups Projects
Commit ecf2437a authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

Merge branch 'development' of https://git.statup.company/RPackages/statupstyles into development

parents e7638e73 fa38644a
Branches
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ test:compile_a_document:
variables:
# we don't need the repo
GIT_STRATEGY: none
R_LIBS_SITE: /usr/local/lib/R/site-library
script:
- !reference [.source-variables, script]
- echo $(pwd)
......@@ -114,6 +115,8 @@ test:compile_a_document:
drat::addRepo("${DRAT_REPO_DIR}", "file://$(pwd)/${DRAT_REPO_DIR}")
install.packages("${PACKAGE_NAME}")
print(extrafont::fonttable())
rmarkdown::render("${BEISPIELDOKUMENTE_DIR}/Data Literacy Kompetenzrahmen.rmd",
output_file = "Data_Literacy_Kompetenzrahmen.html",
output_format = "statupstyles::statup_paged",
......@@ -225,6 +228,7 @@ create_pages:no_margins:
variables:
# we don't need the repo
GIT_STRATEGY: none
R_LIBS_SITE: /usr/local/lib/R/site-library
script:
- !reference [.source-variables, script]
- !reference [.install_from_s6, script]
......@@ -250,6 +254,7 @@ create_pages:margins:
variables:
# we don't need the repo
GIT_STRATEGY: none
R_LIBS_SITE: /usr/local/lib/R/site-library
script:
- !reference [.source-variables, script]
- !reference [.install_from_s6, script]
......@@ -272,6 +277,7 @@ create_pages:self_uncontained:
variables:
# we don't need the repo
GIT_STRATEGY: none
R_LIBS_SITE: /usr/local/lib/R/site-library
script:
- !reference [.source-variables, script]
- !reference [.install_from_s6, script]
......@@ -306,6 +312,7 @@ create_pages:stellenausschreibung_uncontained:
variables:
# we don't need the repo
GIT_STRATEGY: none
R_LIBS_SITE: /usr/local/lib/R/site-library
script:
- !reference [.source-variables, script]
- !reference [.install_from_s6, script]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment