Skip to content

Conversation

@jessesadler
Copy link

Closes #940 by setting exercise time to 0 in yaml.

@github-actions
Copy link

github-actions bot commented Oct 8, 2025

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/datacarpentry/R-ecology-lesson/compare/md-outputs..md-outputs-PR-944

The following changes were observed in the rendered markdown documents:

 ...-data-rendered-date-plot-challenge-answer-1.png | Bin 453296 -> 454573 bytes
 how-r-thinks-about-data.md                         |   2 +-
 md5sum.txt                                         |   6 +++---
 visualizing-ggplot.md                              |   2 +-
 working-with-data.md                               |   2 +-
 5 files changed, 6 insertions(+), 6 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 2025-10-08 16:55:16 +0000

github-actions bot pushed a commit that referenced this pull request Oct 8, 2025
Copy link
Member

@Bisaloo Bisaloo left a comment

Choose a reason for hiding this comment

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

Thanks! What do you think about the suggested comment? We should also open a follow up issue.

@@ -1,7 +1,7 @@
---
title: "Exploring and understanding data"
teaching: 60
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
teaching: 60
# FIXME: 'teaching' timing is inclusive of 'exercises' timing.
# We should split it at some point.
teaching: 60

@@ -1,7 +1,7 @@
---
title: "Data visualization with ggplot2"
teaching: 90
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
teaching: 90
# FIXME: 'teaching' timing is inclusive of 'exercises' timing.
# We should split it at some point.
teaching: 90

@@ -1,7 +1,7 @@
---
title: "Working with data"
teaching: 120
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
teaching: 120
# FIXME: 'teaching' timing is inclusive of 'exercises' timing.
# We should split it at some point.
teaching: 120

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.

Estimated time for lessons is off due to use of exercises in yaml

2 participants