NEWS
ymlthis 0.1.7 (2022-08-05)
ymlthis 0.1.6 (2022-06-24)
yml_author()
now correctly accepts yml_blank()
as needed (#71)
- Fix issues with new shiny release (#80)
ymlthis 0.1.5 (2021-09-15)
- Update citeproc functionality to rely on newer rmarkdown functions
ymlthis 0.1.3 (2021-01-12)
- Minor changes to address upcoming changes in shiny 1.6
ymlthis 0.1.2 (2020-02-03)
- updated roxygen2 rendering and removed unnecessary
...
description from yml_pagedown_opts()
- fixed bug where removing a blank line did not work because it called the wrong object (issue #52, thanks @dchiu911)
ymlthis 0.1.1 (2019-11-18)
- Fixed errors in the fieldguide introduced by changes in roxygen2 7.0.0 (#50)
- Add option
ymlthis.remove_blank_line
. If TRUE
, YAML files will have their final lines removed (#42)
- Synced arguments for
use_rmarkdown()
and use_index_rmd()
and added open_doc
argument to disable opening file (#41)
- Fix bug where
usethis::write_over()
was not getting the quiet
argument set correctly (issue #37)
- Added
biblio_style
and biblio_title
to yml_citations()
(issue #40)
ymlthis 0.1.0 (2019-10-02)
- Added a
NEWS.md
file to track changes to the package.
- Initial release of package