Rename package to revealjs.ids
Renames the fork so the IDS corporate design edition can be installed
alongside upstream rstudio/revealjs (same pattern as posterdown.ids).
Use revealjs.ids::revealjs_presentation in the R Markdown yaml header.
Changes: DESCRIPTION (Package name, Version -> 0.9.1.9009, Title notes
the IDS edition), R/utils.R package lookups, skeleton + RStudio
template identity (now 'Reveal.js Presentation (IDS CD theme)'),
README usage, GitLab CI render call, tests, examples. Old documents
referring to revealjs::revealjs_presentation need upstream revealjs
or a search/replace of the prefix.
Change-Id: Id3988b2c3fd348faca3c0951223d0b90c01741dc
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37cb405..83bac2d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,7 +80,7 @@
- start_section render "Running scripts"
- R_CACHE_ROOTPATH=./cache R -e "require(rmarkdown);
render('examples/ids.Rmd',
- output_format='revealjs::revealjs_presentation', output_dir='target')"
+ output_format='revealjs.ids::revealjs_presentation', output_dir='target')"
- ./ci/screenshot file://`pwd`/target/ids.html target/title.png
file://`pwd`/target/ids.html#/light-verb-constructions target/lvc.png
file://`pwd`/target/ids.html#/registered-users target/users.png