Package: featureflag
Title: Turn Features On and Off using Feature Flags
Version: 0.2.0
Authors@R: 
    person(given = "Ryszard",
           family = "Szymański",
           role = c("aut", "cre"),
           email = "ryszard.szymanski@outlook.com")
Description: Feature flags allow developers to turn features of their
    software on and off in form of configuration. This package provides
    functions for creating feature flags in code. It exposes an interface
    for defining own feature flags which are enabled based on custom criteria.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), spelling, knitr, rmarkdown, shiny, withr
Language: en-US
URL: https://github.com/szymanskir/featureflag
BugReports: https://github.com/szymanskir/featureflag/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-03-22 22:17:46 UTC; Rysza
Author: Ryszard Szymański [aut, cre]
Maintainer: Ryszard Szymański <ryszard.szymanski@outlook.com>
Repository: CRAN
Date/Publication: 2025-03-22 22:30:01 UTC
Built: R 4.6.0; ; 2025-11-02 02:39:07 UTC; windows
