This release is the first release of this package with the new name {renderthis}. The previous release (version 0.0.9) was the last one under the old name {xaringanBuilder}. Other than changing the package name itself, the primary change in this release is a shift in the function names from build_*()
to to_*()
, e.g. build_pdf()
became to_pdf()
, etc. Other changes include:
- All of the
build_*()
functions are now depreciated. - A new
with_example()
function was exported to help with running examples in each of theto_*()
functions. - All of the package documentation (including examples was updated to reflect the new names.
The following blog post associated with this release describes the package's development history: https://www.jhelvy.com/posts/2022-06-28-introducing-renderthis/