We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Qins • 2 years ago

Thank you! Now I'm considering switching from jupyter to this.

Chris • 4 years ago

R in VSCode with radian is fantastic. Thank you!

I spent the better part of three days trying to figure this out -- the most obvious answer bing the most elusive! And that being largely a function of my novitiate status (math background more than a programming background). But perhaps this will save someone a bit of time. To render a flexdashboard with shiny, your best bet is to disable session watcher, then run rmarkdown:run("your.Rmd"). Perhaps you didn't cover because it seems obvious. Anyhow, there it is...

saptarshiguha • 4 years ago

This looks so promising. I'm confused with your setup: do you have tmux running on a remote server and VSCode running locally? Also, what is the green "SSH: homer-server" highlihgted region on the bottom info bar? When i ssh'd into a server via terminal, i didnt receive this.

Thanks much for the work here. Hope to use it a lot

Kun Ren • 4 years ago

Take a look at VSCode Remote Development https://code.visualstudio.c....

Guest • 5 years ago
Kun Ren • 5 years ago

The init.R is the init script for vscode-R session watcher (see https://github.com/Ikuyadeu.... With session watcher enabled, each time the vscode-R extension is activated (on editing R documents), the init.R and several other scripts are copied to ~/.vscode-R folder.

V • 5 years ago

Thank you for you tutorial. Love to use VS Code instead of RStudio.

Do you know if it is possible to copy a line of code from radian without using mouse. I would like to try thinkg interactively in the console and when I know what I want to do, I would like to copy and paste it to the editor. But I don't know how to select text in console without using mouse. Shift+Ctrl+Left/Right does not do the trick as in Rstudio.

Kun Ren • 5 years ago

To my knowledge, radian has emacs/vi editing mode (listed at https://github.com/randy3k/... so that you could use keyboard to control whether to insert or copy/paste. If you are not clear how to use it, you may raise an issue at https://github.com/randy3k/....