various fixes to comply with new version of checklist package
improved checks when passing authors and orcids in create_protocol()
some template markdown files or chapter titles have been changed so that file name and chapter title are similar
functions clean_git and new_branch are now imported from checklist package
Bug fixes
fix a problem with backslashes in path to media files after converting docx to markdown
protocolhelper 0.2.3
fix problem in github action workflow (install more recent version of pandoc)
protocolhelper 0.2.2
New features
function to update a protocol (start development of a new version)
internal function to get protocol tags and optionally bump development version number (#27)
internal function to update .zenodo.json file (add new authors) (#25)
Minor changes
fixed relative links in template NEWS.md html comments
removed function render_all(); it is superseded by the internal function protocolhelper:::render_release(). This function is internal because it should only be used by administrators as part of the workflow to publish a new protocol or update an existing protocol. The exported function protocolhelper::render_protocol() can be used to render an individual protocol.
Bug fixes
fixed bugs in check_frontmatter() due to changes in the way YAML metadata are stored
remove unnecessary failing check from check on different OS (#49)
protocolhelper 0.1.5
adds function add_captions()
protocolhelper 0.1.4
fixes a bug introduced in 0.1.3
protocolhelper 0.1.3
When a protocol is created from an existing docx version, template files will be generated as well (and overwritten by the docx chapter if the filename is the same, i.e. confirms to current template standards)
protocolhelper 0.1.2
removed redundant pkgdown workflow
protocolhelper 0.1.1
Added a NEWS.md file to track changes to the package.
Minor code improvements to meet quality criteria of checklist::check_package()