yamlme 0.2.0
Bug Fixes
- Function
render_rmd()is now overwritten previous versions of rendered files.
yamlme 0.1.2
CRAN release: 2022-11-09
Improvements
- All duties regarding reading and writing yaml head were passed to package
yaml. - A description for the class
rmd_docwas added. - Function
yamlme:::write_yaml()is working recursively, based on discussions here and here - Parameters
temp_fileanddelete_tempare deprecated. - Function
render_rmd()will write in the temporal directory and then move resulting files to the working directory, if necessary. - If not included, extension *.Rmd will be automatically added to
filenameinwrite_rmd(). - Parameter
output_filein functionrender_rmd()may include the .Rmd extension or not and the file can be written in the temporary directory or any other path. - Replacement methods for function
as.list()(functionas<-).
yamlme 0.1.1
CRAN release: 2021-01-06
Improvements
- Objects of class
rmd_docare now structured as lists instead of character vectors. - Output of function
read_rmd()is an object of classrmd_docinstead of plain character vector.