Add more docs around migration from RStudio#116
Conversation
✅ Deploy Preview for positron-posit-co ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
migrate-rstudio-user-interface.qmd
Outdated
| Next, let's get concrete by naming the major areas of Positron's surface. | ||
|
|
||
| {width=700 fig-alt="A screenshot with labelled boxes around the Activity bar, Primary side bar, Editor, Panel, and Secondary sidebar."} |
There was a problem hiding this comment.
I made this screenshot for the workshop, but I think something awfully close to this would be good here. Same image should probably be used in both this location and the main user interface topic. See below.
migrate-rstudio-user-interface.qmd
Outdated
|
|
||
| *TO DISCUSS: there's another, existing screenshot in the repo that is somewhat equivalent to the second one above. I'll include it here for comparison. We should probably settle on one such image and use it in both places.* | ||
|
|
||
| {width=700} |
There was a problem hiding this comment.
Here's a pre-existing screenshot for calling out the different areas.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
6c8e8ad to
ddb2086
Compare
lionel-
left a comment
There was a problem hiding this comment.
LG!
Would it be worthwhile to offer a quick orientation guide on layout/panels, focused on the differences coming from RStudio?
|
@lionel- says:
And, yes, I had wondered the same thing. But didn't add due to scope being large enough already. But we could add it here or a new issue. I think we should merge some version of this soon, because it's waaaaaay better than nothing and open issues for further additions or refinement. |
Co-authored-by: Davis Vaughan <davis@posit.co>
…site into rstudio-migration
There was a problem hiding this comment.
Pull Request Overview
This PR significantly expands the RStudio migration documentation by adding comprehensive guides for users transitioning from RStudio to Positron. The changes reorganize existing content and add substantial new documentation covering the migration experience from multiple angles.
Key changes include:
- Creation of a comprehensive RStudio migration guide with multiple focused sub-pages
- Addition of feature comparison documentation between RStudio and Positron
- Enhanced documentation on settings, extensions, and code writing workflows
- Reorganization of the navigation structure to better support RStudio users
Reviewed Changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| migrate-rstudio.qmd | New overview page introducing RStudio users to Positron's interface and Command Palette |
| migrate-rstudio-settings-and-extensions.qmd | New guide covering settings configuration and extension recommendations for RStudio users |
| migrate-rstudio-code.qmd | Expanded from r-snippets.qmd to cover Air formatting and R code writing workflows |
| migrate-rstudio-compare.qmd | New feature comparison between RStudio and Positron highlighting unique capabilities |
| migrate-rstudio-keybindings.qmd | Enhanced keybinding documentation with updated shortcuts and clearer descriptions |
| migrate-rstudio-rproj.qmd | Added alias for backward compatibility |
| migrate-vscode.qmd | Minor formatting fix and addition of walkthrough callout |
| keyboard-shortcuts.qmd | Updated with additional shortcuts and improved RStudio keybinding references |
| git.qmd | Minor formatting fix |
| faqs.qmd | Updated internal links to use new file names |
| _quarto.yml | Reorganized navigation structure for RStudio migration content |
| .github/styles/config/vocabularies/posit-docs/accept.txt | Added accepted terms for documentation |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
We definitely need to get this merged. The GitHub PR UI is starting to have a hard time. 😬 |
|
@jennybc This is now ready for you to review. Looks like I can't ping you in the regular way, either because this PR has gotten too complex or because you are the original author. |
jennybc
left a comment
There was a problem hiding this comment.
Thank you so much for completing the merge from hell! I've reread all the stuff I consider "in scope" for this PR (versus the changes merged in from main), in source and rendered form. This is a great step forward and then we can work on a reorg as already discussed.
Morally I approve this PR. Apparently I can't approve because I'm technically an/the author of the PR (?). "Pull request authors can't approve their own pull request."
| @@ -2,46 +2,105 @@ | |||
| title: "Settings and Extensions" | |||
There was a problem hiding this comment.
I like what you've done here!
migrate-rstudio.qmd
Outdated
| Positron's [user interface](layout.qmd) (UI) should feel familiar to RStudio users, but there are also changes to get used to. | ||
| First, let's take a high-level, side-by-side view of the two IDEs. | ||
| This figure highlights the role each area plays in your workflow and draws similarities between Positron and RStudio. | ||
| You write code in an editor, execute it in the R Console, and view outputs like plots and reports. |
There was a problem hiding this comment.
This sentence feels a bit unfinished:
You write code in an editor, execute it in the R Console, and view outputs like plots and reports IN SOME OTHER PLACE?
Addresses posit-dev/positron#7570
Addresses posit-dev/positron#4157
Addresses posit-dev/positron#7558
Partially addresses posit-dev/positron#7208
This is not done, but I've grown a bit sick of it 😬 and I think I'll be able to finish it off best with input from others. I've done a lot of self-review to elicit feedback.
I'm also sure there's a lot of fiddly stuff around Vale, formatting of keyboard shortcuts and phrases like "command palette", etc. Hopefully semi-automated tools will raise and fix (or help me fix) most of that.