In addition to minor changes, the following substantive changes are made from v0.0.2:
The column names of augment_ord()
and
tidy()
outputs are no longer prefixed by periods.
A new list tidier for cancor()
output is introduced.
Tools to negate a subset of artificial dimensions, adapted from the sandboxed set of alignment tools, are provided.
The ordinate()
function is now a generic with methods
for four data classes.
The logical prediction
parameter is replaced with the
character-valued axis.type
, based on the
ax.type
parameter used in UBbipl (Gower,
Lubbe, & le Roux, 2011).
Unit tests are overhauled to remove contexts, omit ad hoc tests, standardize method tests, and cover additional methods.
The term ‘accessor’, used to refer to S3 class methods to recover standardized model components, has been changed to ‘recoverer’.
This pre-release makes several substantive changes in preparation for CRAN submission.
Annotation of active and supplementary elements is standardized: The
character augmentation .element
replaces the logical
.supplement
, and class methods either omit it entirely
(when all retrieved elements are active) or include it in both row and
column augmentation (when either includes supplementary elements). The
value of .element
is either ‘active’ or a type of
supplement, e.g. ‘score’.
Extraneous dependencies are dropped to reduce overhead. This takes two forms:
The Description
field in DESCRIPTION is expanded and
documentation throughout is slightly revised, including some new
references.
This is a pre-release in anticipation of a first CRAN submission. Upgrades between this pre-release and CRAN submission will focus on addressing issues.