Skip to contents

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_doc was added.
  • Function yamlme:::write_yaml() is working recursively, based on discussions here and here
  • Parameters temp_file and delete_temp are 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 filename in write_rmd().
  • Parameter output_file in function render_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() (function as<-).

yamlme 0.1.1

CRAN release: 2021-01-06

New Features

  • A print() method for rmd_doc objects.
  • An update() method for rmd_doc objects.

Improvements

  • Objects of class rmd_doc are now structured as lists instead of character vectors.
  • Output of function read_rmd() is an object of class rmd_doc instead of plain character vector.

Bug Fixes

  • Dash vectors may also be of length 1