# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "optree" in publications use:' type: software license: MIT title: 'optree: Hierarchical Runtime Configuration Management' version: 0.1.1 doi: 10.32614/CRAN.package.optree abstract: Provides tools for managing nested, multi-level configuration systems with runtime mutability, type validation, and default value management. Supports creating hierarchical options managers with customizable validators for scalar and vector types (numeric, character, logical), enumerated values, bounded ranges, and complex structures like XY pairs. Options can be dynamically modified at runtime while maintaining type safety through validator functions, and easily reset to their default values when needed. authors: - family-names: Zheng given-names: Bangou email: zheng.bangyou@gmail.com repository: https://byzheng.r-universe.dev repository-code: https://github.com/byzheng/optree commit: a464c9e2d05ac358e85ad9dc0c04b306bc8f59f0 url: https://optree.bangyou.me/ date-released: '2026-03-03' contact: - family-names: Zheng given-names: Bangou email: zheng.bangyou@gmail.com