Refactor screenshots to code blocks and fix step numbering (closes #210)#256
Closed
avinab-neogy wants to merge 3 commits into
Closed
Refactor screenshots to code blocks and fix step numbering (closes #210)#256avinab-neogy wants to merge 3 commits into
avinab-neogy wants to merge 3 commits into
Conversation
hturner
reviewed
Jul 17, 2025
hturner
left a comment
Member
There was a problem hiding this comment.
The formatting is much better now. However the screenshots need improving.
- rdev4.png: text is too small
- rdev11.png: container should not be connected to git, so we should not see information about git commits/PRs in the footer ("Neil Shephard (10 months ago)" should not be there).
- rdev12.png: version of R should be much more recent than this. When I run the codespace from the devel branch on GitHub codespaces it comes with R 4.5.1.
- rdev5.png: text too small again. Try to avoid a layout that shows local file paths.
Best would be to use GitHub Codespaces to take the screenshots (without dark mode set) as that is the default way to use the Dev Container and avoids any issues with your local setup.
Use Ctrl + = (or your browser Zoom controls) to zoom the full view. The text in the screenshots should end up about the same size as the normal text in the website.
Collaborator
Author
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR addresses the following:
In
tutorials/running_r, substituted the last screenshot with an equivalent R code example using an Rconsole fenced block.Fixed step numbering for the local setup section to ensure proper sequence.
Updated screengrabs and instructions for running R in the tutorial to reflect feedback.
All requested changes from the previous PR comments have been incorporated in this PR.
closes #210