Skip to content

Instantly share code, notes, and snippets.

@mhermans
Last active March 3, 2017 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhermans/882f86749fe262f6e70ecd7179f3558e to your computer and use it in GitHub Desktop.
Save mhermans/882f86749fe262f6e70ecd7179f3558e to your computer and use it in GitHub Desktop.
Listing default R packages for Docker image
fst
ggrepel
directlabels
openxlsx
survey
ggethemes
ggalt
leaflet
htmlwidgets
BelgiumMaps.StatBel
futile.logger
ggbeeswarm
magick \
ggthemes \
fst \
janitor \
assertr \
openxlsx \
survey \
leaflet \
htmlwidgets \
BelgiumMaps.StatBel \
tmap \
futile.logger \
RUN installGithub.r \
rlbarter/superheat \
nacnudus/unpivotr \
hafen/trelliscopejs \
michaelhallquist/MplusAutomation \
&& rm -rf /tmp/downloaded_packages/
TODO/uitzoeken:
* set ENV variables (global of via .Renviron)
* Git global config instellen
* hoe package versions fixen voor reproduceerbaarheid
*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment