From 909569a49fb3195547051f932889574c1f86bea5 Mon Sep 17 00:00:00 2001 From: joundso <56686638+joundso@users.noreply.github.com> Date: Fri, 24 May 2024 08:33:22 +0200 Subject: [PATCH] chore: udpated installation method for `radiant` --- Dockerfiles/rdsc_headless_j.dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfiles/rdsc_headless_j.dockerfile b/Dockerfiles/rdsc_headless_j.dockerfile index b9326b8..02a4f33 100644 --- a/Dockerfiles/rdsc_headless_j.dockerfile +++ b/Dockerfiles/rdsc_headless_j.dockerfile @@ -286,8 +286,10 @@ RUN R -q -e "remotes::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/ remotes::install_github('dreamRs/esquisse'); \ ## Data Analytics: - remotes::install_github('radiant-rstats/radiant.update', upgrade = 'never'); \ - radiant.update::radiant.update(); \ + options(repos = c(RSM = 'https://radiant-rstats.github.io/minicran', CRAN = 'https://cloud.r-project.org')); \ + install.packages('radiant'); \ + # remotes::install_github('radiant-rstats/radiant.update', upgrade = 'never'); \ + # radiant.update::radiant.update(); \ ## Presentations with xaringan: # remotes::install_github('yihui/xaringan'); \