leon-seranova
leon-seranova
Thanks Will. I think it would be interesting to compare GLM-PCA with SVA particularly the sequential vs simultaneous fitting. I'll let you know if I find anything :)
It is still possible to create a new Colab notebook with R, using the following link: https://colab.research.google.com/#create=true&language=r I am having authentication issues though, and jobdiogenes's method of overwriting is_interactive() is...
Update: I did the httr patch _before_ installing and loading googledrive, and this helped, to a point. When I run `drive_auth(use_oob = TRUE)`, I no longer get the "Can't get...
@jennybc @MarkEdmondson1234 Is there a way to specify the `tidyverse_client` `type` (web or installed) when calling `drive_auth` or `bq_auth`? Looking through the documentation and source code it doesn't seem possible.
> Or you can request it in an explicit auth call, e.g.: > > ```r > googledrive::drive_auth(use_oob = TRUE) > ``` This, or the global option, forces the oob flow...
> I'll be interested to hear if others can replicate my success. This worked for me. I also tried `bq_auth()` and that worked too. Thank you @jennybc !