-
Notifications
You must be signed in to change notification settings - Fork 29
Add more docs around migration from RStudio #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 36 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
9d77d8e
And so it begins. Especially the overview.
jennybc 3ee604d
Add some links
jennybc 36e21df
Rename files to match convention from vscode migration guide
jennybc 5ed75db
Work on overview
jennybc e6bc59c
New topic about user interface
jennybc 0f48f9d
Talk about keybindings
jennybc 0f3ca00
Guide on formatting R code and R snippets
jennybc e3fddd9
Mention command palette's importance in the overview
jennybc 994bfb0
New topic on navigation
jennybc ee11368
Scaffold the settings and extensions page
jennybc 5af5a94
Stub for "workspace"
jennybc 928cec1
Polishing based on seeing a full preview
jennybc a5e96cc
Apply suggestions from code review
jennybc ddb2086
Fix some issues raised by Vale
jennybc b1f6a4a
Is it necessary to say that "R" is allowed in headings?
jennybc 7b36f53
Use suggested rewording
jennybc 1e6d060
Merge branch 'main' into rstudio-migration
juliasilge 50ba32e
Add additional page to yaml
juliasilge 8b45042
Apply suggestions from code review
juliasilge 1b68aca
Merge branch 'rstudio-migration' of github.com:posit-dev/positron-web…
juliasilge 8d9453a
Add "Command Palette" to accept list
juliasilge 1032b75
Now we require "Command Palette" everywhere
juliasilge c2591cb
Update page on settings & extensions
juliasilge a4faa3c
Make vale happy
juliasilge 99057f2
Update keyboard shortcut pages
juliasilge 384da3c
Update page on R code
juliasilge 7b9b385
Add links, fix headers
juliasilge 72bbc7c
Update docs on workspace and `.Rproj`
juliasilge be56aa5
Update R shortcuts
juliasilge c7fcc54
Rearrange a bit, for a better landing page at the `/migrate-rstudio` …
juliasilge 05a71c5
Add callouts for in-product migration guides
juliasilge ac52e4e
I guess I am doing these one at a time 🙄
juliasilge df76b25
I guess I am doing these one at a time 🙄
juliasilge f8a6ff9
I guess I am doing these one at a time 🙄
juliasilge eb5946c
Get this fix manually 🙄
juliasilge 3c96717
Add GH link for import dataset widget
juliasilge 5738433
Clarify sentence on main RStudio landing page
juliasilge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,4 +41,7 @@ Action Bar | |
| Action Bars | ||
| Top Action Bar | ||
| Jupyter Notebooks | ||
| Air | ||
| R | ||
| Variables Pane | ||
| Command Palette | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
juliasilge marked this conversation as resolved.
Show resolved
Hide resolved
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| --- | ||
| title: "Comparing RStudio and Positron Features" | ||
| --- | ||
|
|
||
| ## What is happening to RStudio? | ||
|
|
||
| Be assured that RStudio is **not going away**. | ||
| RStudio is stable and actively supported, and there is no timeline to deprecate it. | ||
| That being said, RStudio and Positron are at very different points in their respective lifecycles, which is relevant when making decisions about adoption. | ||
| Positron is under much more active development, with a rapidly expanding set of features. | ||
| RStudio's development, on the other hand, is much more focused on bug fixes and product stability. | ||
|
|
||
| ## Features unique to RStudio | ||
|
|
||
| Some features are present in RStudio, but not in Positron as of today. | ||
| Some of these features may eventually come to Positron, but if any of these are dealbreakers for you, that is a reason for you to stick with RStudio. | ||
|
|
||
| * Inline output in Quarto documents, i.e. a notebook-style interface for `.qmd` (or `.Rmd`) files. Follow along for updates on this feature request in <https://github.com/posit-dev/positron/issues/5640>. | ||
| * Saving and reloading workspace state when you restart R. | ||
| * Dedicated panes and buttons for specialized tasks, such code profiling or installing or developing packages. | ||
| * History pane. Follow along for updates on this feature request in <https://github.com/posit-dev/positron/issues/5484>. | ||
| * Data import widget. Follow along for updates on this feature request in <https://github.com/posit-dev/positron/issues/5515>. | ||
| * RStudio add-ins. Follow along for updates on this feature request in <https://github.com/posit-dev/positron/issues/1313>. | ||
|
|
||
| ## Features unique to Positron | ||
|
|
||
| Some features are available in Positron, but not in RStudio. | ||
| If any of these features are very appealing to you, that is a reason to move some or perhaps all of your work to Positron. | ||
|
|
||
| * Easy access to [multiple R versions](r-installations.qmd) and [multiple concurrent R sessions](managing-interpreters.qmd). | ||
| * An [integrated AI assistant](assistant.qmd) that can "see" and, optionally, execute code in your active R (or Python) sessions, among many other capabilities. | ||
| * Python as a first-class citizen, with support for data science workflows that is on par with R. | ||
| * Support for other languages beyond R and Python, via built-in language intelligence or extensions. | ||
| * An integrated [Data Explorer](data-explorer.qmd) for dataframes in your active R (or Python) sessions and for a variety data files (CSV, Parquet, etc.). | ||
| * Extensibility via a large marketplace of 3rd party [extensions](extensions.qmd). | ||
| * [Remote sessions](remote-ssh.qmd), i.e. where the user interface is local but the compute is elsewhere. | ||
|
|
||
|
|
||
| ::: {.callout-tip} | ||
| It's worth pointing out that using Positron is not an all-or-nothing decision. | ||
| It is entirely reasonable to use Positron in some projects and RStudio in others. | ||
| Likewise, within a specific project, some tasks might feel easier in Positron and others in RStudio. | ||
| There is nothing irreversible or exclusive about interacting with the files that constitute a project from one IDE versus another. | ||
| ::: | ||
|
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.