What's Changed
- Vignette and documentation updates
- Improvements and bug fixes in library functions (#184)
- Add option to preview subset of
Evaluator
results in R Markdown report (#185) by one of the following ways:- Set
.doc_nrows
inEvaluator$new()
orcreate_evaluator()
- Manually setting
doc_nrows
field inEvaluator
object - Set
nrows
argument inset_doc_options()
- Set
- Bug fixes:
- Fix bug when there are duplicated names in
vary_params
component (#188)
- Fix bug when there are duplicated names in
- Bump version to v0.1.0 (#189)
Full Changelog: v0.0.3...v0.1.0