- Change default accepted standard values to use I-CDES.
- Add returns and examples to all function documentation.
- Update CITATION.cff file with urls
- Fix package install fail: the
default(quiet)
parameter didn't work because I don't export thedefault
function. - Document
quiet
once and inherit the docs everywhere. Explicitly list that it listens tooptions(clumpedr.quiet)
. - Remove all the option setting functions. Users should just use e.g.,
option(clumpedr.quiet = TRUE)
if they want a global setting. - Add
...
argument to most functions, requiring named matches (not just positions) for the more obscure function arguments. - Remove the
pipe_plot()
function. - Remove all references to
genplot
and plotting from the main function sources. Closes #17. - Rebuild most tests so they work and only test one function, if possible.
- Added snapshots for tests that run the code in the vignette (ugly but it works).
- Change
.data$COLUMN
to"COLUMN"
in all tidyselect functions such astidyr::pivot_*
. - Add GitHub continuous integration.
- Second release to assign Zenodo DOI.
- Added warning to calibration functions if
ignorecnf
is specified.
- First public release after codebase had somewhat stabilized.