googleComputeEngineR icon indicating copy to clipboard operation
googleComputeEngineR copied to clipboard

An R interface to the Google Cloud Compute API, for launching virtual machines

Results 44 googleComputeEngineR issues
Sort by recently updated
recently updated
newest added

I tried to use `dry_run = TRUE` within `gce_vm()` to get the JSON - and it returns `Error: $ operator is invalid for atomic vectors` This happens with the following...

bug

Thanks for this very helpful tool. I am not sure if I am missing a way to do this, but I would love to be able to create a VM...

enhancement

Mounts volume if it exists and other docker authorizations.

Hey Mark, I have (probably) a dumb question.. Suppose I create a VM like ``` vm1

bug

Replace GCE functions with gcloud running on googleCloudRunner? https://github.com/MarkEdmondson1234/googleCloudRunner/issues/142

enhancement

Via this https://github.com/GoogleCloudPlatform/gcsfuse/

enhancement

I uploaded a 30gb r.tab file to a google cloud bucket. I then used this code to copy the file to the R directory of Rstudio server: gsutil cp gs://bucketname/ukb43365.tab...

**Describe the bug** I accidentally sent a bad zone and `gce_get_instance` didn't fail. This affects `gce_vm` in the error catching. It didn't cause an error. It errors only when you...

bug

**Describe the bug** In gce_vm, option 'template = "rstudio-gpu"' leads to the launch of an instance using the deprecated rocker/ml-gpu image. While this still image works, all libraries and software...

bug

Its not a lot but it is climbing, so how can the docker pulls be requester pays and not storage pays without causing issues such as https://github.com/cloudyr/googleComputeEngineR/issues/176

enhancement