palaeoSig 2.1-3

Vignettes work on a subset of data for speed.

palaeoSig 2.1-2

Arguments to autoplot() functions have changed so first is now object rather than x to meet CRAN rules. This probably does not effect anybody unless they had named the first argument.

palaeoSig 2.1-1

CRAN compliance version re CITATION

palaeoSig 2.1-0

Vignettes

New vignette showing how to use a red-noise null model for randomTF().

Changed h-block cross-validation to use sf package for geographic data (rather than sp).

Rewrites

rne() is now several orders of magnitude faster.

bug fixes

In randomTF(), species and fossil data were automatically transformed to matrices so this was done once, not in every iteration. This sometimes failed with MAT. Now this step is recommended in the help file.

Sometimes great-circle distances from a point to itself, calculated with fields::rdist.earth(), are non-zero due to rounding errors. This lead to them not being excluded in the h-block resampling in rne() when the threshold distance was zero. Now the diagonal of the distance matrix is set to zero, removing this problem.

palaeoSig 2.0-8

Bug fix

In randomTF(), if argument col was missing, all columns of the reconstruction would be used, because lazy evaluation was not done before use in a formula. Code now check col is set when needed.

palaeoSig 2.0-7

Maintenance release to fix CRAN check error.

palaeoSig 2.0-6

Bug fix

MAT shortcut now works when autosim is set

palaeoSig 2.0-1

Lots of changes in this version

Breaking changes

Other changes

New functions

Deleted functions

Changes in version 1.1-3

GENERAL

NEW FUNCTIONS

REMOVED FUNCTIONS

MODIFIED FUNCTIONS

BUG FIXES

Changes in version 1.1-2

GENERAL

NEW FUNCTIONS

MODIFIED FUNCTIONS

BUG FIXES

Changes in version 1.1-1

GENERAL

NEW FUNCTIONS

MODIFIED FUNCTIONS

BUG FIXES

Changes in version 1.1

GENERAL

NEW and REWRITTEN FUNCTIONS

REMOVED FUNCTIONS

FORTHCOMING CHANGES