aion 1.6.0
New classes and methods
- Add
graph_create()to compute an interval or a stratigraphic graph. - Add
graph_prune()to remove redundant relations from a graph. - Add a
format()method forTimeIntervalsobjects. - Add
names()andnames()<-methods forTimeIntervalsobjects. - Add
precedes(),preceded_by(),meets(),met_by(),overlaps(),overlapped_by(),finishes(),finished_by(),contains(),during()starts(),started_by()andequals()to test for logical relation between time intervals.
aion 1.5.0
CRAN release: 2025-04-29
Enhancements
- The
plot()method forTimeIntervalsgained a newgroupsargument.
aion 1.4.0
CRAN release: 2025-02-27
New classes and methods
- Add
as_graph()to compute an interval graph. - Add
get_calendar()andset_calendar()to get and set the default calendar.
aion 1.3.0
CRAN release: 2024-12-10
New classes and methods
- Add
calendar_year()to get the average length of the year of a calendar (in solar days).
aion 1.1.0
CRAN release: 2024-10-04
Bugfixes & changes
- Fix a bug in
span(): if a calendar was specified, the result was shifted according to the calendar’s epoch (dates were returned instead of durations).
aion 1.0.3
- Published in the Journal of Open Source Software.
aion 1.0.2
CRAN release: 2023-10-26
Bugfixes & changes
- Rename the
formatargument offormat()toprefix.
