NEWS
params 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
params 0.6.0
read_sheet
, now recognizes .mat
as a tsv
load_opts
, now does a file check for options like:
params 0.5.0 (2016-02-22)
get_opts
output is fully compatible with getOption
- output is a unnamed vector, for variable length = 1
params 0.4.0
- updated documentation for read_sheet
write_sheet
now handles multiple extensions
params 0.3.0 (2015-09-23)
- 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.
params 0.2.5 (2015-08-22)
- bug fix with new_opts, use new env object
params 0.2.4 (2015-08-14)
- incorporated kable
- parsing using whisker now optional for set_opts and load_opts
params 0.2.3
- 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.
params 0.2.2
- 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