


& rm -rf /tmp/downloaded_packages/ /tmp/*. & Rscript -e "devtools::install_github(c('bnosac/cronR'))" \ GoogleAuthR shinyFiles googleCloudStorage bigQueryR gmailR googleAnalyticsR \ & rm -rf /tmp/downloaded_packages/ /tmp/*.rds RUN apt-get update & apt-get install -y \ MAINTAINER Mark Edmondson install cron and R package dependencies If you want to go further still, use Dockerfiles to customise the underlying linux libraries and CRAN/github packages to install in a more replicable manner - a good way to keep track in Github exactly how your server is configured.Ī Dockerfile example is shown below - construct this locally: FROM rocker/hadleyverse Username = "mark", password = "mark1234",ĭynamic_image = gce_tag_container( "my-rstudio"))

# launch another rstudio instance with your settings You can share projects with your team, class, workshop or the world. # push your rstudio image to container registry gce_push_registry(vm, "my-rstudio", container_name = "my-rstudio") Do, share, teach and learn data science using the RStudio IDE or Jupyter Notebooks, directly from your browser.
