-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note: I switched the warning test to use a snapshot because I was running into something similar to r-lib/testthat#1646
- Loading branch information
Showing
4 changed files
with
56 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,18 +7,21 @@ Authors@R: c( | |
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1458-7108")), | ||
person(given = "François", | ||
family = "Michonneau", | ||
role = c("ctb"), | ||
email = "[email protected]"), | ||
person(given = "Julien", | ||
family = "Colomb", | ||
role = c("ctb"), | ||
comment = c(ORCID = "0000-0002-3127-5520")), | ||
person(given = "Benjamin", | ||
family = "Companjen", | ||
role = c("ctb")), | ||
person(given = "Toby", | ||
family = "Hodges", | ||
role = c("ctb"), | ||
email = "[email protected]"), | ||
person(given = "François", | ||
family = "Michonneau", | ||
role = c("ctb"), | ||
email = "[email protected]"), | ||
person()) | ||
Description: We provide tools to build a Carpentries-themed lesson repository | ||
into an accessible standalone static website. These include local tools and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# episodes missing question blocks and timings do not throw error | ||
|
||
Code | ||
res <- get_syllabus(tmp, questions = TRUE) | ||
Condition | ||
Warning: | ||
No section called 'questions' | ||
Warning: | ||
No section called 'questions' | ||
Warning: | ||
There are missing timings from 1 episode. | ||
* 'draft.md' | ||
i The default value of 5 minutes will be used for teaching and exercises. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters