Grant McDermott

Results 176 comments of Grant McDermott
trafficstars

I've been thinking about this issue too. Looking at @HenrikBengtsson's comment about related environment variables, my understanding is that you want to turn off BLAS multithreading (available for optimized libraries...

Graeme's code seems to work nicely on my system too. (Arch Linux with R 3.6.6 and RStudio 1.2.1335.)

Super! I'll try to get on it ASAP. Gotcha on the separate directory structure. Three more quick things while I have you, since these will save me time down the...

Worked a charm, thanks Jonah! Given that a full set of user-controlled `geom_args` arguments is a longer-term project, please feel free to close. PS. Unrelated to this issue, but just...

Yeah, exactly. TBF the initial download obviously matters less as jobs scale. But — apart from the convenience of providing for a common use-case — my rather selfish motivation is...

Thanks Mark. Probably best if you do it (and it's not a time suck), since I'd only get around to it once the quarter ends. Two more weeks!

thanks, just gave it a try but ran into an error: ```r remotes::install_github("cloudyr/googleComputeEngineR", force = T) library(googleComputeEngineR) gce_vm( name = "new-vm", predefined_type = "n1-standard-4", template = "r-parallel" ) #> 2020-05-25...

Sorry one more thing: Not to preempt me actually testing, but does the `template` argument (supplied via `...`) override the `docker_image` argument in [`gce_vm_cluster()`](https://cloudyr.github.io/googleComputeEngineR/reference/gce_vm_cluster.html)? From the way the function is...

> I only forgot to build the docs, may work now Better get some rest this side. But will test in the morning. Cheers!