load_opts, now support TOML files. These are now the recommended conf file typeread_sheet/write_sheet- now supports rds files as well.
- extract extensions from gzipped files (like tsv.gz)
- write out tsv.gz files
.matis assumed to be atsvfile
- excel: support writing out excel tables by supplying a list of
data.frames
read_sheet, now recognizes.matas a tsvload_opts, now does a file check for options like:_exe,_dir,_path,_file
get_optsoutput is fully compatible with getOption- output is a unnamed vector, for variable length = 1
- updated documentation for read_sheet
write_sheetnow handles multiple extensions
- 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.
- bug fix with new_opts, use new env object
- incorporated kable
- parsing using whisker now optional for set_opts and load_opts
- 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.
- 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