inbo / protocolsource

INBO protocols RMarkdown source files
Creative Commons Attribution 4.0 International
0 stars 3 forks source link

sop-039-nl #126

Open wlangera opened 1 week ago

wlangera commented 1 week ago

Description

Deze procedure beschrijft het stappenplan om MAS data te downloaden via de WFS-server van Sovon en deze data te exporteren voor verdere analyse. Dit wordt uitgevoerd via een specifieke workflow in QGIS.

In collaboration with @hansvancalster

Related Issue

Task list

Steps by contributor:

Review steps for the author(s):

To be done by an administrator after review: see guidelines for admins.

wlangera commented 1 week ago

@hansvancalster can you check this protocol before I add reviewers? I get one error :

protocolhelper::check_structure("sop-039-nl")
#> Errors in protocol sop-039-nl:
#> - Heading(s) ## Subtitel 1 lack(s) in file 06_werkwijze.Rmd
#> - Heading(s) ## Subtitel 2 lack(s) in file 06_werkwijze.Rmd

I have subtitles in that file. So I am not sure what the problem is.

hansvancalster commented 1 week ago
protocolhelper::check_structure("sop-039-nl")
#> Errors in protocol sop-039-nl:
#> - Heading(s) ## Subtitel 1 lack(s) in file 06_werkwijze.Rmd
#> - Heading(s) ## Subtitel 2 lack(s) in file 06_werkwijze.Rmd

I have subtitles in that file. So I am not sure what the problem is.

This is a "bug" in protocolhelper. It's because these placeholders are part of the Rmarkdown templates and check_structure checks if all template headers are present in protocol files... So I should just remove the placeholders from the template (or move them inside the commented out section). Just ignore this for now. I will need to update the protocolhelper package to fix this.