- Radiocarbon-related functions (
c14_*
andcal_*
) have been moved to the c14 package. The legacy versions in this package will issue a deprecation warning until the next version, when they will be removed.
- Expanded framework for tidy radiocarbon analysis, adding:
- New S3 object
cal
, a generic representation of calibrated probability distributions - Methods for printing and summarising
cal
objects - Type conversion functions for
cal
objects (as_cal.CalDates()
,as_cal.oxcAARCalibratedDatesList()
andas_cal.BchronCalibratedDates()
) - New
vignette("tidy_radiocarbon")
- New S3 object
- Breaking change:
cal()
andsum()
renamedc14_calibrate
andc14_sum
and now returncal
objects. - Breaking changes to
stratigraph
interface:- 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
stratigraph
interface, 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.md
file to track changes to the package.
Initial alpha release, including:
- Functions for constructing stratigraphic graphs
- Simple tidy wrappers for the rcarbon package
- Partial CQL interface