Skip to contents

term 0.3.6

  • Require R (>= 4.0).
  • Fixed chk_s3_class() reference in documentation that was causing CRAN NOTE.

term 0.3.5

CRAN release: 2022-09-29

term 0.3.4

CRAN release: 2022-03-03

term 0.3.3

CRAN release: 2021-09-28

  • Switched order of equality and condition expectations in internal tests.

term 0.3.2

CRAN release: 2021-09-06

term 0.3.1

CRAN release: 2021-02-06

  • Updated internals for lifecycle 1.0.0.

term 0.3.0

CRAN release: 2020-09-25

Breaking changes

  • Stop deprecated terms argument to npdims.term().
  • Warn deprecated terms argument to pars.terms().
  • nterms() now returns total number of terms not just number of unique non-missing terms.
  • is_inconsistent_term() now returns TRUE if includes missing or invalid terms.

Features

Major

  • Added term_rcrd class to store vector as underlying data frame and implemented some functions.

Minor

Bug Fixes

  • Fix as.term() so issues deprecation warning.

term 0.2.0

CRAN release: 2020-06-20

Breaking changes

Features

  • Redefined term as a vtcr class with
    • term() constructor which treats unnamed arguments as term values and named values as parameters with their associated dimensions.
    • new_term() to create term vector from character vector without any check.
    • vec_cast() to safely cast character.
  • Added pars(scalar = TRUE) and npars(scalar = TRUE).
  • Added pars_terms().
  • Added scalar_term() to test if each term element is scalar.

Internal

term 0.1.0

CRAN release: 2020-01-15

term 0.0.1

CRAN release: 2019-12-15

  • Initial release.