Argument naming consistency
In run_experiment(), the argument name setup_file for the experiment definition file is somewhat confusing.
I would suggest either:
- using experiment_file, or
- consistently using file (as in other functions like inspect_experiment(file)) to improve API consistency.
Note
logolinkrOpenSci software-review: ropensci/software-review#741 (comment) (@bitbacchus)