Open hansvancalster opened 11 months ago
@ThierryO thanks for review. I will address some of your comments later, my current most pressing problem is fixing the failing test. I believe they will be fixed by https://github.com/inbo/checklist/pull/117. Can you have a look at that PR?
Do you generate a _bookdown.yml
for every protocol?
Do you generate a
_bookdown.yml
for every protocol?
Yes
This PR is an attempt to address #117.
checklist::use_author()
forauthor
,reviewer
andfile_manager
fields in YAML.cli
functions for a better user experience when running the function interactivelytestthat::local_mocked_bindings()
to deal with non-interactivity when running thecreate_protocol
function inside a unit testI think the function works, but still a lot that needs to be done because the change will break some other functions and unit tests.