phuse-org / valtools

Validation framework for R packages used in clinical research and drug development.
https://phuse-org.github.io/valtools/
Other
51 stars 10 forks source link

Input validation vignette is assumed to be `validation.Rmd` #123

Closed thebioengineer closed 3 years ago

thebioengineer commented 3 years ago

So far code has been written to assume the validation vignette is validation.Rmd - such that currently it is hard coded.

if we are to allow different validation vignette file names, here needs to be a separate validation_vignette field then in the config for valtools to find and handle it. currently the slot "report_naming_format" assumes this is the output naming format, so it includes information like date and version number. - I can make an update to the config to capture that info too

_Originally posted by @thebioengineer in https://github.com/phuse-org/valtools/pull/116#discussion_r623370921_