Skip to contents

stbl 0.2.0

CRAN release: 2025-09-16

New features

Minor improvements and fixes

  • Error messages are now clearer and more standardized throughout the package (#95).
  • to_*() functions now consistently flatten list-like inputs when no information would be lost in the process (#128).
  • to_fct() now lists the allowed values in its error message when a value is not in the expected set, making it easier to debug (#67).
  • to_lgl() now coerces character representations of numbers (e.g., “0” and “1”) to FALSE and TRUE respectively (#30).

Documentation

  • The purpose of and vision for this package are now more clearly described in documentation (#56, #77).
  • New vignette("stbl") provides an overview of the package and its functions (#42).

stbl 0.1.1

CRAN release: 2024-05-23

  • Update formatting in DESCRIPTION and examples.

stbl 0.1.0

  • Initial CRAN submission.