You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a situation where we have workshop overview pages for datacarpentry and library carpentry (e.g. https://datacarpentry.org/genomics-workshop/) that do not have any episodes.
Reprex
pegboard::get_lesson("datacarpentry/genomics-workshop")
#> Loading required namespace: gert#> Error: The _episodes/ directory must have (R)markdown files
We have a situation where we have workshop overview pages for datacarpentry and library carpentry (e.g. https://datacarpentry.org/genomics-workshop/) that do not have any episodes.
Reprex
Created on 2023-08-08 with reprex v2.0.2
Note: this works for one workshop overview page because it has episodes:
Created on 2023-08-08 with reprex v2.0.2
Diagnosis
Currently, these fail here:
pegboard/R/read_jekyll_episodes.R
Lines 36 to 40 in d19ac71
If we can change this to a warning, then it should be okay.
This will help address carpentries/lesson-transition#83, carpentries/lesson-transition#84, carpentries/lesson-transition#85, carpentries/lesson-transition#86, and carpentries/lesson-transition#27
The text was updated successfully, but these errors were encountered: