create_doc_template()
is now init_docs()
.create_rmd()
is now render_docs()
.set_rmd_options()
is now set_doc_options()
.vary_across
can now handle multiple DGP
/Method
objects at once
(https://github.com/Yu-Group/simChef/pull/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
(https://github.com/Yu-Group/simChef/pull/139).simChef
(https://github.com/Yu-Group/simChef/pull/152).create_sim()
for initializing a simulation project and
run_tests()
for running testthat
tests of a user's custom simulation
functions (https://github.com/Yu-Group/simChef/pull/155).Evaluator
/Vizualizer
helper functions (https://github.com/Yu-Group/simChef/pull/158).Visualizer
plotting theme is now ggplot
, which can now be
changed globally using the simChef.plot_theme
option, e.g., to get the
previous default use options(simChef.plot_theme = "vthemes")
(https://github.com/Yu-Group/simChef/pull/161).Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.