Skip to content

Latest commit

 

History

History
55 lines (47 loc) · 2.1 KB

File metadata and controls

55 lines (47 loc) · 2.1 KB

p a r a m s 0.7.0

  • load_opts, now support TOML files. These are now the recommended conf file type
  • read_sheet/write_sheet
    • now supports rds files as well.
    • extract extensions from gzipped files (like tsv.gz)
    • write out tsv.gz files
    • .mat is assumed to be a tsv file
  • excel: support writing out excel tables by supplying a list of data.frames

p a r a m s 0.6.0

  • read_sheet, now recognizes .mat as a tsv
  • load_opts, now does a file check for options like:
    • _exe, _dir, _path, _file

p a r a m s 0.5.0

  • get_opts output is fully compatible with getOption
  • output is a unnamed vector, for variable length = 1

p a r a m s 0.4.0

  • updated documentation for read_sheet
  • write_sheet now handles multiple extensions

p a r a m s 0.3.0 2015/09/22

  • bug fix load_opts, so that only values in the current file are check (not all options in the environment)
  • bug fix parse_opts: only variables with {{ are parsed.

p a r a m s 0.2.5 2015/08/14

  • bug fix with new_opts, use new env object

p a r a m s 0.2.4 2015/08/14

  • incorporated kable
  • parsing using whisker now optional for set_opts and load_opts

p a r a m s 0.2.3 2015/08/07

  • set_opts: enhanced error reporting
  • print.opts: handles older versions of kable (a knitr function).
  • renamed load_conf to load_opts, to make all function names consistent.

p a r a m s 0.2.2 2015/07/28

  • load_conf() has a new argument envir, this really helps in integrating params within other packages
  • set_opts(): produce a better error when .dots and ... are both supplied, suggesting user should use either and not both.
  • new_opts(): Creates a new object for managing params