Andrew Craig
Andrew Craig
Okay, it does sound like the problem here is radian and/or Python. That's not something controlled by vscode-R. I haven't come across that particular error with radian so I'm afraid...
@seebruck This is probably because R and R.exe are not on your Windows Path. You will need to edit your Environment Variables to add their location to Path. Note that...
Hi @gabriel-abrahao, thank you for the suggestion. In this case like this one approach is to set `"r.alwaysUseActiveTerminal": true`. This will mean that any 'send code' command will send the...
Hi @gowerc, thanks for the feedback. I don't have a strong opinion either way. For now I'll remove the labels.
Another approach to this is the proposal to auto-detect code blocks around the cursor, with Shift+Enter executing the whole block: https://github.com/microsoft/vscode-jupyter/issues/1471 Then you could run the whole for loop when...
This sounds great! R and Julia extensions include heuristics to determine what a 'block' of code is. For example, Ctrl-Enter on the first line of a `for` loop sends the...
@DonJayamanne Great to hear! I will follow progress on that issue.
I had a bit of a look just now and I think this might apply to all matches in Rmd files where the prefix contains a period `.`, not just...
@renkun-ken I tried the examples from your video and in some cases had different results. For me the completion candidates never have the text before the `.` highlighted. Not sure...
In Neovim, it seems to work as intended.