-
-
Notifications
You must be signed in to change notification settings - Fork 550
Fix typo in Data Structures Part 1 #915
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
Conversation
The `read.csv` function was used in the code block, however it was incorrectly referred to as `read.table`. I have changed the reference from `read.table` to `read.csv` to reflect the correct name of the function used in the code.
Thank you!Thank you for your pull request 😃 🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}. If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
Rendered Changes🔍 Inspect the changes: https://github.com/swcarpentry/r-novice-gapminder/compare/md-outputs..md-outputs-PR-915 The following changes were observed in the rendered markdown documents: What does this mean?If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation. ⏱️ Updated at 2025-04-10 10:19:32 +0000 |
skanwal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @blasee for catching this.
Auto-generated via `{sandpaper}`
Source : f21dd27
Branch : main
Author : Sehrish Kanwal <[email protected]>
Time : 2025-04-10 10:20:51 +0000
Message : Merge pull request #915 from blasee/patch-1
Fix typo in Data Structures Part 1
Auto-generated via `{sandpaper}`
Source : 97c0620
Branch : md-outputs
Author : GitHub Actions <[email protected]>
Time : 2025-04-10 10:23:58 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : f21dd27
Branch : main
Author : Sehrish Kanwal <[email protected]>
Time : 2025-04-10 10:20:51 +0000
Message : Merge pull request #915 from blasee/patch-1
Fix typo in Data Structures Part 1
Auto-generated via `{sandpaper}`
Source : f21dd27
Branch : main
Author : Sehrish Kanwal <[email protected]>
Time : 2025-04-10 10:20:51 +0000
Message : Merge pull request #915 from blasee/patch-1
Fix typo in Data Structures Part 1
Auto-generated via `{sandpaper}`
Source : 82132e1
Branch : md-outputs
Author : GitHub Actions <[email protected]>
Time : 2025-04-15 00:20:14 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : f21dd27
Branch : main
Author : Sehrish Kanwal <[email protected]>
Time : 2025-04-10 10:20:51 +0000
Message : Merge pull request #915 from blasee/patch-1
Fix typo in Data Structures Part 1
Auto-generated via `{sandpaper}`
Source : f21dd27
Branch : main
Author : Sehrish Kanwal <[email protected]>
Time : 2025-04-10 10:20:51 +0000
Message : Merge pull request #915 from blasee/patch-1
Fix typo in Data Structures Part 1
Auto-generated via `{sandpaper}`
Source : 71118bc
Branch : md-outputs
Author : GitHub Actions <[email protected]>
Time : 2025-04-22 00:23:49 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : f21dd27
Branch : main
Author : Sehrish Kanwal <[email protected]>
Time : 2025-04-10 10:20:51 +0000
Message : Merge pull request #915 from blasee/patch-1
Fix typo in Data Structures Part 1
Auto-generated via `{sandpaper}`
Source : f21dd27
Branch : main
Author : Sehrish Kanwal <[email protected]>
Time : 2025-04-10 10:20:51 +0000
Message : Merge pull request #915 from blasee/patch-1
Fix typo in Data Structures Part 1
Auto-generated via `{sandpaper}`
Source : 0f1a6dc
Branch : md-outputs
Author : GitHub Actions <[email protected]>
Time : 2025-04-29 00:19:38 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : f21dd27
Branch : main
Author : Sehrish Kanwal <[email protected]>
Time : 2025-04-10 10:20:51 +0000
Message : Merge pull request #915 from blasee/patch-1
Fix typo in Data Structures Part 1
The
read.csvfunction was used in the code block, however it was incorrectly referred to asread.table. I have changed the reference fromread.tabletoread.csvto reflect the correct name of the function used in the code.