datacarpentry / R-ecology-lesson

Data Analysis and Visualization in R for Ecologists
https://datacarpentry.org/R-ecology-lesson/
Other
314 stars 508 forks source link

move setup materials to learners/setup.md #863

Closed zkamvar closed 1 year ago

zkamvar commented 1 year ago

This moves the setup materials to the correct place in the lesson.

Background: This lesson was built in a different way than any other lessons and the original authors had placed the setup inside of the index file. During the transition to The Workbench, we included a template setup document that would normally be overwritten with the lesson's setup document. In this case, it did not exist, so it was not overwritten and thus contained links that went nowhere.

I was contacted by private email that someone was having trouble finding the links for the data set and code handouts and this pull request will fix that.

This will fix #844

github-actions[bot] commented 1 year ago

Thank you!

Thank you for your pull request :smiley:

:robot: 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

:mag: Inspect the changes: https://github.com/datacarpentry/R-ecology-lesson/compare/md-outputs..md-outputs-PR-863

The following changes were observed in the rendered markdown documents:

 index.md   | 167 +--------------------------------------------------------
 md5sum.txt |   4 +-
 setup.md   | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
 3 files changed, 152 insertions(+), 195 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.

:stopwatch: Updated at 2023-06-23 21:40:43 +0000

jamesmbaazam commented 1 year ago

Thanks, Zhian. I will rebase and merge this as I would like to believe all is in order.