- Use latest dependencies.
- Add
hist()
methods.
- List dimensio in
Depends
.
- Follow changes in dimensio v0.5.0.
- Fix support for supplementary rows in
event()
.
- Add
image()
methods. - Add
coef()
,fitted()
,residuals()
,sigma()
andterms()
to extract values fromEventDate
objects.
MeanDate
,AoristicSum
,RateOfChange
andIncrementTest
classes now inherit fromTimeSeries
(see aion).- Use tinytest instead of testthat.
- Remove previously deprecated methods.
- Use aion for internal date representation.
- Use graphics instead of ggplot2 to reduce hard dependencies (remove all
autoplot()
methods). - For consistency, all
mcd()
methods now return aMeanDate
object.
- Add
seriate_refine()
method forPermutationOrder
objects.
- Deprecate
refine()
. cutoff
argument ofevent()
is defunct (userank
instead).
- Add seriation methods:
seriate_rank()
,seriate_average()
,permute()
,get_order()
. - Add
SimulationMeanDate
to store mean date estimations from simulated assemblages. - Add
simulate()
method forMeanDate
objects.
- No longer use classes from arkhe.
- Fix
bootstrap()
method forMeanDate
objects: resample with replacement instead of simulating observations from a multinomial distribution.
- Fix aoristic sum calculation (#1).
aoristic()
now calculates weights within the time blocks rather than at the break dates between blocks.
- First release.