Skip to content

Fix RStudio terminology and improve lesson flow#135

Merged
jt14den merged 1 commit intomainfrom
fix/terminology-and-flow
Jan 22, 2026
Merged

Fix RStudio terminology and improve lesson flow#135
jt14den merged 1 commit intomainfrom
fix/terminology-and-flow

Conversation

@jt14den
Copy link
Member

@jt14den jt14den commented Jan 22, 2026

This PR addresses outdated terminology regarding the RStudio interface and improves the logical flow of the 'Starting with Data' episode.

Changes

  • Terminology: Updated 'Navigation Pane' to 'Files, Plots, Packages, and Help pane' in '00-before-we-start.Rmd', '01-intro-to-r.Rmd', and '04-data-viz-ggplot.Rmd' to align with standard RStudio documentation.
  • Lesson Flow: Moved the 'Set up your working directory' section in '02-starting-with-data.Rmd' to immediately follow 'Create a new R project'. This ensures learners understand the directory structure before attempting to download data (Fixes Move section within Starting With Data #48).

Issues Addressed

- Rename 'Navigation Pane' to 'Files, Plots, Packages, and Help pane' across episodes 00, 01, and 04.
- Move 'Set up your working directory' section in episode 02 to follow project creation for better pedagogical flow (Fixes #48).
- (Addresses #82 via review)
@github-actions
Copy link
Contributor

🆗 Pre-flight checks passed 😃

This pull request has been checked and contains no modified workflow files, spoofing, or invalid commits.

Results of any additional workflows will appear here when they are done.

@jt14den jt14den merged commit e84751d into main Jan 22, 2026
5 of 7 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 22, 2026
Auto-generated via `{sandpaper}`
Source  : e84751d
Branch  : main
Author  : Tim Dennis <tdennis@library.ucla.edu>
Time    : 2026-01-22 02:10:36 +0000
Message : Merge pull request #135 from LibraryCarpentry/fix/terminology-and-flow

Fix RStudio terminology and improve lesson flow
github-actions bot pushed a commit that referenced this pull request Jan 22, 2026
Auto-generated via `{sandpaper}`
Source  : 86d181d
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2026-01-22 02:12:06 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : e84751d
Branch  : main
Author  : Tim Dennis <tdennis@library.ucla.edu>
Time    : 2026-01-22 02:10:36 +0000
Message : Merge pull request #135 from LibraryCarpentry/fix/terminology-and-flow

Fix RStudio terminology and improve lesson flow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move section within Starting With Data

1 participant