Skip to content

Commit 909569a

Browse files
committed
chore: udpated installation method for radiant
1 parent 01587ae commit 909569a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfiles/rdsc_headless_j.dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,10 @@ RUN R -q -e "remotes::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/
286286
remotes::install_github('dreamRs/esquisse'); \
287287
288288
## Data Analytics:
289-
remotes::install_github('radiant-rstats/radiant.update', upgrade = 'never'); \
290-
radiant.update::radiant.update(); \
289+
options(repos = c(RSM = 'https://radiant-rstats.github.io/minicran', CRAN = 'https://cloud.r-project.org')); \
290+
install.packages('radiant'); \
291+
# remotes::install_github('radiant-rstats/radiant.update', upgrade = 'never'); \
292+
# radiant.update::radiant.update(); \
291293
292294
## Presentations with xaringan:
293295
# remotes::install_github('yihui/xaringan'); \

0 commit comments

Comments
 (0)