Skip to contents

ellipsis 0.3.3

CRAN release: 2026-04-04

  • Now unconditionally uses rlang

ellipsis 0.3.2

CRAN release: 2021-04-29

  • Compatibility with next version of rlang.

  • Changed license to MIT (#39).

ellipsis 0.3.1

CRAN release: 2020-05-15

  • Fixed an incompatibility with R devel.

  • New ?dots_used topic from which you can inherit documentation for ... documentation when the dots are passed to methods.

ellipsis 0.3.0

CRAN release: 2019-09-20

ellipsis 0.2.0

CRAN release: 2019-06-20

ellipsis has officially graduated from experimental to maturing in the package lifecycle.

  • The main change of this release is that check_() functions now throw custom errors, rather than warnings.

  • check_ functions have been optimised for the most common case of no problems. This means that you use it in more places without worrying about the performance cost.

  • New check_dots_empty() that checks that ... is empty (#11).

  • Improved error message suggesting that you check for mispecified argument names.

ellipsis 0.1.0

CRAN release: 2019-02-19

ellipsis 0.0.2

CRAN release: 2019-01-09

  • Fix a PROTECTion error