Skip to content

Commit

Permalink
chore: udpated installation method for radiant
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed May 24, 2024
1 parent 01587ae commit 909569a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfiles/rdsc_headless_j.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'); \
Expand Down

0 comments on commit 909569a

Please sign in to comment.