Skip to content

Releases: NovoNordisk-OpenSource/zephyr

zephyr 0.1.3

22 Aug 10:46
e0c1162

Choose a tag to compare

  • Added new default argument to get_option().
  • Added upload of coverage results to codecov.io.

zephyr 0.1.2

13 Mar 11:24

Choose a tag to compare

  • Fixes a bug in msg() where the verbosity level of the package using zephyr
    was not respected.

zephyr 0.1.1

28 Jan 12:06

Choose a tag to compare

  • Fixes a bug where list_options() was being able to document options with
    non vector default values, or with length different from one.
  • get_option() now gives consistent return for non vector options,
    e.g. functions.

zephyr 0.1.0

17 Jan 10:34

Choose a tag to compare

  • Initial release to CRAN.
  • Provides a structured framework for consistent user communication and
    configuration management for package developers.