ci: use the official RKorAPClient release again
RKorAPClient 1.3.0 is on CRAN and carries the cacheAs parameter of
collocationAnalysis(), so the gerrit install that was layered over the
CRAN package for its not-yet-released features is no longer needed.
Change-Id: I40ea412470a6746719b5b9cdf51e2ca84f124be7
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9838b4d..04b2cb1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,13 +71,6 @@
- R -e "install.packages(c('devtools', 'remotes', 'RKorAPClient', 'httr',
'tidytext', 'httpuv', 'scales', 'sp', 'raster', 'kableExtra', 'DT',
'svglite', 'qrcode', 'rsvg', 'highcharter'))"
- # the CRAN RKorAPClient above pulls in its (compiled) dependencies as
- # binaries; now replace the package itself with the git version, which
- # has features not yet on CRAN (e.g. the cacheAs parameter of
- # collocationAnalysis())
- - R -e
- 'remotes::install_git("https://korap.ids-mannheim.de/gerrit/KorAP/RKorAPClient",
- upgrade = "never")'
- R -e
'remotes::install_git("https://korap.ids-mannheim.de/gerrit/IDS-Mannheim/idsThemeR")'
- R -e 'devtools::install(".")'