Skip to content
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

Part 1 intro to R #5

Merged
merged 44 commits into from
Jan 29, 2024
Merged

Part 1 intro to R #5

merged 44 commits into from
Jan 29, 2024

Conversation

cforgaci
Copy link
Collaborator

@cforgaci cforgaci commented Jan 8, 2024

This is the updated lesson prepared by Aleks, to be reviewed most of all by @KyriJanssen and @fcjerome who will be teaching it. @ClementineCttn and I will also have a look for consistency with the other lessons. Once the reviews are done, I will take care of merging this PR.

@cforgaci cforgaci self-assigned this Jan 8, 2024
Copy link

github-actions bot commented Jan 8, 2024

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:

  • 🎯 correct output
  • 🖼️ correct figures
  • ❓ new warnings
  • ‼️ new errors

Rendered Changes

🔍 Inspect the changes: https://github.com/carpentries-incubator/r-geospatial-urban/compare/md-outputs..md-outputs-PR-5

The following changes were observed in the rendered markdown documents:

 01-intro-to-r.md (new)                             |  381 +++++
 02-data-structures.md (new)                        |  355 ++++
 03-explore-data.md (new)                           |  429 +++++
 04-intro-to-visualisation.md (new)                 |  251 +++
 config.yaml                                        |    6 +-
 data/gapminder_data.csv (new)                      | 1705 ++++++++++++++++++++
 ...ro-to-visualisation-rendered-ggplot-1.png (new) |  Bin 0 -> 4206 bytes
 ...-visualisation-rendered-ggplot-call-1.png (new) |  Bin 0 -> 9513 bytes
 ...o-visualisation-rendered-ggplot-col-1.png (new) |  Bin 0 -> 8068 bytes
 ...visualisation-rendered-ggplot-color-1.png (new) |  Bin 0 -> 8899 bytes
 ...isualisation-rendered-ggplot-colors-1.png (new) |  Bin 0 -> 23078 bytes
 ...sation-rendered-ggplot-colors-adapt-1.png (new) |  Bin 0 -> 23301 bytes
 ...lisation-rendered-ggplot-coord-flip-1.png (new) |  Bin 0 -> 8790 bytes
 ...isualisation-rendered-ggplot-titles-1.png (new) |  Bin 0 -> 10619 bytes
 fig/data-frame.svg (new)                           |  269 +++
 fig/relative_root.png (new)                        |  Bin 0 -> 22755 bytes
 fig/rstudio_project_files.jpeg (new)               |  Bin 0 -> 41926 bytes
 md5sum.txt                                         |    6 +-
 18 files changed, 3400 insertions(+), 2 deletions(-)
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 2024-01-29 15:43:16 +0000

episodes/01-intro-to-r.Rmd Show resolved Hide resolved
episodes/01-intro-to-r.Rmd Show resolved Hide resolved
episodes/02-data-structures.Rmd Show resolved Hide resolved
episodes/02-data-structures.Rmd Outdated Show resolved Hide resolved
episodes/02-data-structures.Rmd Outdated Show resolved Hide resolved
episodes/03-explore-data.Rmd Outdated Show resolved Hide resolved
episodes/02-data-structures.Rmd Show resolved Hide resolved
episodes/03-explore-data.Rmd Show resolved Hide resolved
episodes/03-explore-data.Rmd Show resolved Hide resolved
episodes/03-explore-data.Rmd Outdated Show resolved Hide resolved
episodes/01-intro-to-r.Rmd Outdated Show resolved Hide resolved
episodes/01-intro-to-r.Rmd Show resolved Hide resolved
episodes/02-data-structures.Rmd Outdated Show resolved Hide resolved
episodes/02-data-structures.Rmd Outdated Show resolved Hide resolved
episodes/03-explore-data.Rmd Outdated Show resolved Hide resolved
episodes/03-explore-data.Rmd Outdated Show resolved Hide resolved
episodes/03-explore-data.Rmd Outdated Show resolved Hide resolved
episodes/03-explore-data.Rmd Outdated Show resolved Hide resolved
episodes/03-explore-data.Rmd Outdated Show resolved Hide resolved
episodes/03-explore-data.Rmd Show resolved Hide resolved
episodes/03-explore-data.Rmd Outdated Show resolved Hide resolved
Copy link
Collaborator Author

@cforgaci cforgaci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Started another review round

episodes/01-intro-to-r.Rmd Show resolved Hide resolved
episodes/01-intro-to-r.Rmd Outdated Show resolved Hide resolved
episodes/01-intro-to-r.Rmd Show resolved Hide resolved
github-actions bot pushed a commit that referenced this pull request Jan 22, 2024
github-actions bot pushed a commit that referenced this pull request Jan 22, 2024
github-actions bot pushed a commit that referenced this pull request Jan 22, 2024
@cforgaci
Copy link
Collaborator Author

Thanks, @fcjerome and @KyriJanssen for updating the lesson. I will merge this PR after the try-out session tomorrow.

github-actions bot pushed a commit that referenced this pull request Jan 22, 2024
github-actions bot pushed a commit that referenced this pull request Jan 22, 2024
@cforgaci
Copy link
Collaborator Author

cforgaci commented Jan 29, 2024

@KyriJanssen, @fcjerome, as part of this PR, can you add your workshop slides in instructors\4-gis-slides.qmd, please? If you do not have your slides in quarto you can do this by creating a new quarto file, pasting in the content of my slides and then adapting it with your content. Let me know if you need help with this. To be able to render the slides, you will need this custom sass file in the instructors folder as well.

@cforgaci cforgaci mentioned this pull request Jan 29, 2024
@cforgaci
Copy link
Collaborator Author

@KyriJanssen, @fcjerome, as part of this PR, can you add your workshop slides in instructors\4-gis-slides.qmd, please? If you do not have your slides in quarto you can do this by creating a new quarto file, pasting in the content of my slides and then adapting it with your content. Let me know if you need help with this. To be able to render the slides, you will need this custom sass file in the instructors folder as well.

I moved this to #22

github-actions bot pushed a commit that referenced this pull request Jan 29, 2024
@cforgaci cforgaci merged commit b0acb8a into carpentries-incubator:main Jan 29, 2024
3 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 29, 2024
Auto-generated via {sandpaper}
Source  : b0acb8a
Branch  : main
Author  : Claudiu Forgaci <[email protected]>
Time    : 2024-01-29 15:51:29 +0000
Message : Merge pull request #5 from alwil/main

Part 1 intro to R
github-actions bot pushed a commit that referenced this pull request Jan 29, 2024
Auto-generated via {sandpaper}
Source  : 14294b2
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-01-29 15:54:28 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : b0acb8a
Branch  : main
Author  : Claudiu Forgaci <[email protected]>
Time    : 2024-01-29 15:51:29 +0000
Message : Merge pull request #5 from alwil/main

Part 1 intro to R
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.

5 participants