We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
radiant
1 parent 01587ae commit 909569aCopy full SHA for 909569a
Dockerfiles/rdsc_headless_j.dockerfile
@@ -286,8 +286,10 @@ RUN R -q -e "remotes::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/
286
remotes::install_github('dreamRs/esquisse'); \
287
288
## Data Analytics:
289
- remotes::install_github('radiant-rstats/radiant.update', upgrade = 'never'); \
290
- radiant.update::radiant.update(); \
+ options(repos = c(RSM = 'https://radiant-rstats.github.io/minicran', CRAN = 'https://cloud.r-project.org')); \
+ install.packages('radiant'); \
291
+ # remotes::install_github('radiant-rstats/radiant.update', upgrade = 'never'); \
292
+ # radiant.update::radiant.update(); \
293
294
## Presentations with xaringan:
295
# remotes::install_github('yihui/xaringan'); \
0 commit comments