Skip to content

Commit

Permalink
Rstudio add markdown R pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Dec 15, 2024
1 parent 9d3ca8f commit d62c981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- added R packages
- 'curl', 'openssl', 'remotes', 'httr'
- 'jsonlite', 'yaml', 'zip', 'data.table', 'rcpp', 'reticulate'
- 'shiny', 'knitr', 'htmltools', 'rmarkdown', 'shinydashboard', 'flexdashboard', 'bslib', 'fontawesome', 'sass', 'farver', 'DT'
- 'shiny', 'knitr', 'htmltools', 'markdown', 'rmarkdown', 'shinydashboard', 'flexdashboard', 'bslib', 'fontawesome', 'sass', 'farver', 'DT'

### Release 0.1

Expand Down
2 changes: 1 addition & 1 deletion development/rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN uv pip install --system pip
ENV RETICULATE_PYTHON="/usr/bin/python3"
RUN Rscript -e "install.packages(c('curl', 'openssl', 'remotes', 'httr'), clean = TRUE)"
RUN Rscript -e "install.packages(c('jsonlite', 'yaml', 'zip', 'data.table', 'rcpp', 'reticulate'), clean = TRUE)"
RUN Rscript -e "install.packages(c('shiny', 'knitr', 'htmltools', 'rmarkdown', 'shinydashboard', 'flexdashboard', 'bslib', 'fontawesome', 'sass', 'farver', 'DT'), clean = TRUE)"
RUN Rscript -e "install.packages(c('shiny', 'knitr', 'htmltools', 'markdown', 'rmarkdown', 'shinydashboard', 'flexdashboard', 'bslib', 'fontawesome', 'sass', 'farver', 'DT'), clean = TRUE)"

##
## Rstudio initializations
Expand Down

0 comments on commit d62c981

Please sign in to comment.