This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is related to carpentries/pegboard#84. It's a subtle quirk of commonmark (which pegboard uses for parsing) to assume that anything immediately following a list is part of the list (unless it's a higher order markdown element). This quirk was causing the build to fail because I did not account for empty divs in {pegboard} (and I will fix this soon, but this PR will cause those troubles to melt away).
This fixes the formatting issues with the lesson, but there is another problem that will cause the build to fail unrelated to the formatting: the ratdat package needs to be updated in the package cache because it added a new data set (
complete_old
) that was not available when this lesson was first created.Normally, if this repo were on one of The Carpentries organisations, then updates to the package cache would arrive in automated pull requests because you would have access to @carpentries-bot, but because you don't have access to the bot, you have two options to fix the situation:
SANDPAPER_WORKFLOW
token and add it to this repository (see https://carpentries.github.io/sandpaper/articles/automated-pull-requests.html and "Instructions to create a new token" in https://github.com/MCMaurer/Rewrite-R-ecology-lesson/runs/5457683468?check_suite_focus=truesandpaper::update_workflows()
andsandpaper::update_cache()