Releases: Yu-Group/simChef
Releases · Yu-Group/simChef
v0.1.0
What's Changed
- Vignette updates by @tiffanymtang in #170
- Improve documentation by @tiffanymtang in #181
- Library updates by @tiffanymtang in #184
- Preview
Evaluator
results in R Markdown report by @tiffanymtang in #185 - Fix duplicate
vary_params
by @tiffanymtang in #188 - Bump version to v0.1.0 by @jpdunc23 in #189
Full Changelog: v0.0.3...v0.1.0
v0.0.3
simChef 0.0.3
- When creating simulation R Markdown, we now output full-sized figures by
default, rather than thumbnails (#125). - Renamed various docs-related functions; old names are deprecated but not removed:
create_doc_template()
is nowinit_docs()
.create_rmd()
is nowrender_docs()
.set_rmd_options()
is nowset_doc_options()
.
vary_across
can now handle multipleDGP
/Method
objects at once
(#126).create_docs()
now returns the.Rmd
file, allowing users to directly edit
the simulation docs by hand, and allows for more bare-bones docs outputs
(#139).- Added the "Setting up your simulation" vignette with recommendations for
creating simulation projects that usesimChef
(#152). - Added a helper function
create_sim()
for initializing a simulation project and
run_tests()
for runningtestthat
tests of a user's custom simulation
functions (#155). - Made quality of life improvements to the library of
Evaluator
/Vizualizer
helper functions (#158). - The default
Visualizer
plotting theme is nowggplot
, which can now be
changed globally using thesimChef.plot_theme
option, e.g., to get the
previous default useoptions(simChef.plot_theme = "vthemes")
(#161). - Bug fixes and CI updates: