Replies: 2 comments 12 replies
-
We don't have a final list, but here's some general guidance: RStudio and Positron use different UI layouts and elements so porting over functionality isn't going to be a 1-to-1 match. The Build pane is a good example of something that's largely replaced by other concepts in Positron (Tasks, multiple/grouped terminals, custom commands, etc.) We do plan to have someplace to put project scoped commands. See here: #1486 With respect to package development in particular, most of the commands you'll need can be found on the Command Palette. If you open an R package in Positron and search for "package" in the Palette, you should find everything you need: Examples of things we don't have near-term plans to bring to Positron are:
Hope that helps a little! Even more generally, if you're happy with RStudio, there's no reason to switch to Positron. RStudio is not going away and Positron is still in its infancy. |
Beta Was this translation helpful? Give feedback.
-
There is a comment above that states "If you want an inline experience, use .ipynb" |
Beta Was this translation helpful? Give feedback.
-
Hello. I'm really excited to try Positron and see how it develops. As an R developer, the following comment in the FAQ stood out to me:
As I contemplate making the shift from RStudio to Positron, is it possible for you to say more about which R-focused features will remain exclusive to RStudio?
In particular, at present Positron seems to be missing features to aid package development (I can't see a 'build' pane, for example). Are there plans to add in that functionality?
Beta Was this translation helpful? Give feedback.
All reactions