stratigraph() supports tidy/long-format data frames
where each row represents a single relation (#15)strat_is_valid() renamed to
strg_is_valid() (#21) and silently returns a logical
value.strg_validate() to raise an error for invalid
stratigraphs or strg_validate(warn = TRUE) to raise a
warning.print() method for stratigraphs including
validations statusc14_* and cal_*
functions. These now live in the c14
package.
shub1_radiocarbon dataset (also now found in
c14)strg_prune() implements transitive reduction of
stratigraphic graphs (#13)strg_locate_cycles() locates cycles in stratigraphic
graphs (#3)c14_* and
cal_*) 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.cal, a generic representation of
calibrated probability distributionscal objectscal objects
(as_cal.CalDates(),
as_cal.oxcAARCalibratedDatesList() and
as_cal.BchronCalibratedDates())vignette("tidy_radiocarbon")cal() and
sum() renamed c14_calibrate and
c14_sum and now return cal objects.stratigraph
interface:
harris() →
strat_connect(), is_valid_harris() →
strat_is_valid()stratigraph().stratigraph() will now return a graph even if it is not
stratigraphically valid.vignette("harris") →
vignette("stratigraph")stratigraph interface, adding:
strat_is_mirror()NEWS.md file to track changes to the
package.Initial alpha release, including: