Elian H. Thiele-Evans

Results 60 comments of Elian H. Thiele-Evans

> **Edit:** Nope, that fundamentally doesn’t work: normally, when the user invokes an external R script, they *want* that script to be standalone, i.e. act as its own module. ‘callr’...

Sorry - the year caught up with me and I lost track of this a bit! Thank you for replying :) Yes, sorry, I was interested in examining loaded packages...

Sorry to bump, but I just wanted to check if whitelisting was still required/resolved for shareService, as I can't find this in the docs and have been only having null...

> Hey! Currently, the allow list is required. We could add the R extension to the list though, and get you unblocked. Would you mind sharing how you plan to...

Just thought I would bump this! For an example of how this would be used in the extension, please see this fork of vscode-r: https://github.com/ElianHugh/vscode-R-Live-Share/blob/master/src/rShare.ts Essentially, the guest requests file...

It looks like the python extension is available on the web editor, so I think (theoretically) we could get vscode-R to work! It might be useful to have some helper...

Thanks for the request! At the moment, we support jupyter-style code chunks in R documents. I.e. ```r # %% chunk 1 x

I think it would be fair to say that one of the main vscode-R goals, at present, is to drastically reduce the barrier to entry. This can be seen for...