improve argument checks in `DownloadModule`
chlebowa opened this issue · 1 comments
chlebowa commented
Feature description
Argument checks in download_report_button_srv
should be extended:
- add
any.missing = FALSE
tocheckmate::assert_list(rmd_yaml_args, names = "named")
- and adding type assertions on elements of rmd_yaml_args.
- ... ?
Add unit tests accordingly.
Code of Conduct
- I agree to follow this project's Code of Conduct.
Contribution Guidelines
- I agree to follow this project's Contribution Guidelines.
Security Policy
- I agree to follow this project's Security Policy.
chlebowa commented
Seems to have been done in a different issue.