Skip to contents

zmisc 0.2.4

New features

Bug fixes and behavior changes

  • Various fixes and improvements to zeq(), zample() and zingle().

  • ll_assert_labelled() is renamed to ll_chk_labelled(), following the chk_ naming used for the new check functions.

  • wrap_error() now honors its wrap argument correctly.

zmisc 0.2.3

CRAN release: 2023-08-22

  • Adds the notate() function.

  • Adds a default parameter to the lookup() and lookuper() functions.

zmisc 0.2.2

CRAN release: 2022-04-29

  • This version fixes an incompatibility with roxygen 7.1.3.

zmisc 0.2.1

CRAN release: 2022-02-02

  • This version includes documentation improvements as well as a few other fixes.

zmisc 0.2.0

  • This version adds two functions, lookup() and lookuper(), designed to look up values from a lookup table in a way that works smoothly in an R workflow, in particular within pipes.

zmisc 0.1.0

  • This is the initial version of zmisc, which includes three functions, zample(), zeq(), and zingle(), for safer sampling, sequencing and subsetting in a data processing workflow