Releases: joeroe/stratigraphr
Releases · joeroe/stratigraphr
stratigraphr 0.3.0
- Expanded framework for tidy radiocarbon analysis, adding:
- New S3 object
cal, a generic representation of calibrated probability distributions - Methods for printing and summarising
calobjects - Type conversion functions for
calobjects (as_cal.CalDates(),as_cal.oxcAARCalibratedDatesList()andas_cal.BchronCalibratedDates()) - New
vignette("tidy_radiocarbon")
- New S3 object
- Breaking change:
cal()andsum()renamedc14_calibrateandc14_sumand now returncalobjects. - Breaking changes to
stratigraphinterface:- Renamed functions:
harris()→strat_connect(),is_valid_harris()→strat_is_valid() - Removed the notion of a "type" of
stratigraph(). stratigraph()will now return a graph even if it is not stratigraphically valid.- Renamed
vignette("harris")→vignette("stratigraph")
- Renamed functions:
- Expanded the
stratigraphinterface, adding:- Utility functions for validating stratigraphies:
strat_is_mirror()
- Utility functions for validating stratigraphies:
- Fixed read_lst() when reading Stratify 'extended' LST files
- Added a
NEWS.mdfile to track changes to the package.
v0.2.0 – first alpha release
Initial alpha release, including:
- Functions for constructing stratigraphic graphs
- Simple tidy wrappers for the
rcarbonpackage - Partial CQL interface