googleComputeEngineR
provides an R interface to the Google Cloud Compute Engine API, for launching virtual machines. It looks to make the deployment of cloud resources for R as painless as possible, and includes some special templates to launch R-specific resources such as RStudio, Shiny, and OpenCPU with a few lines from your local R session.
TL;DR - Creating an RStudio server VMSee all documentation on the googleComputeEngineR website
.Renviron
.library(googleComputeEngineR)
and auto-authenticate.vm <- gce_vm(template = "rstudio", name = "rstudio-server", username = "mark", password = "mark1234")
(or other credentials) to start up an RStudio Server.A video guide to setup and launching an RStudio server has been kindly created by Donal Phipps and is available at this link.
Thanks toharbor
will be published to CRAN, it will become a dependency for this one.CRAN version:
Development version:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4