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

allow user-specified name for validation report rmd #124

Closed mariev closed 3 years ago

mariev commented 3 years ago

Current code assumes that the validation report rmd is named validation_report.Rmd. However, if users are creating the RMD manually, then this default may not be observed.

Suggest updating hardcoded calls to render validation_report.Rmd to be able to accommodate a user-specified name.

mariev commented 3 years ago

duplicate of #123