Our #rstudio add-in of the day is Codegrip, which makes it easy to beautifully format R function calls (especially long ones) and navigate inside them. #rstats
https://t.co/8wHlWZH0mo
Wrapping library calls with curly brackets, benefits: collapsible within RStudio and can be run interactively as one line using Ctrl+Enter #RStats#TIL
https://t.co/nfuggOdZnw
Excited to share the new codegrip package for reshaping #rstats code! Includes #RStudio addins for reshaping and navigation. Get it at https://t.co/eUUeBrNklG
I just discovered that scripts in multiple panels was a layout option in #rstudio. This is so handy! #RStats#rtips
Tools > Global Options > Pane Layout
@GregForcey The RStudio IDE app does have support for other languages, but it is (and always will be) an R-first IDE. No plans to change that.
Posit (the company) has long since broadened scope outside pure R solutions, however, hence the name change!
Hi, RStudio IDE team here! Just want to clarify that the name of the open source RStudio IDE is NOT changing.
It's always been, and always will be, RStudio.
#rstats
We have some wonderful news: RStudio is now Posit! ๐
While many things will stay the same, our rebrand will result in changes beyond a new name. To start, our new website https://t.co/vI56Gz7Yqf is now live. Please check out our new home and let us know what you think!
We have some wonderful news: RStudio is now Posit! ๐
While many things will stay the same, our rebrand will result in changes beyond a new name. To start, our new website https://t.co/vI56Gz7Yqf is now live. Please check out our new home and let us know what you think!
It's Halloween, and you know what that means: you are contractually obligated to turn down the lights and work in a dark theme. Paste into @RStudio at the console and press Enter:
> rstudioapi::applyTheme("Dracula")
#rstats
The command history in @rstudio can tell you not only *what* you've done in the past -- but also *when*! Use the command History: Show in Context (from the Command Palette - Ctrl/Cmd + Shift + P) to display your history with timestamps. #rstats
You select 4 lines of R code in @RStudio and run them. Unfortunately, line 2 emits an error!
Would you expect RStudio to stop execution, or to continue running lines 3 and 4?
#RStats
@WL_Hamilton @CharlesMCara @rstudio RStudio itself doesn't have this feature, but R does. See "Ignore errors with try" in @hadleywickham's book: https://t.co/Rg287sMQbH
I had no idea the #rstats "todor" Addin existed for RStudio. Thank you to @charliejhadley for pointing this out. I can finally easily find my future notes to myself!
https://t.co/6aRxKDOzfB
Holy shit, how did I not know Python integration in RStudio is this good? Had no idea that I can run Python line-by-line & a view objects in my environment just like with R. Looking at reticulate changelog & realising I only understood like 30% of its capabilities ๐คฏ๐ #rstats