- Add
calendar_year()
to get the average length of the year of a calendar (in solar days).
- Improve French translation.
- Translate into French.
- Remove year zero ticks in plots (Julian calendar).
- Epochs of the Gregorian era are no longer represented as subclasses, but as instances of the
GregorianCalendar
class.
- Add support for time intervals.
- 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).
- Post publication CRAN release.
- Published in the Journal of Open Source Software.
- Rename the
format
argument offormat()
toprefix
.
plot()
now supports missing values.
- First release.