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.
Version: | 0.1.0 |
Suggests: | testthat, spelling, knitr, rmarkdown |
Published: | 2021-02-18 |
Author: | Ryszard Szymański [aut, cre] |
Maintainer: | Ryszard Szymański <ryszard.szymanski at outlook.com> |
BugReports: | https://github.com/szymanskir/featureflag/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/szymanskir/featureflag |
NeedsCompilation: | no |
Language: | en-US |
Materials: | README NEWS |
CRAN checks: | featureflag results |
Reference manual: | featureflag.pdf |
Vignettes: |
Defining custom feature flags featureflag - basic usage |
Package source: | featureflag_0.1.0.tar.gz |
Windows binaries: | r-devel: featureflag_0.1.0.zip, r-release: featureflag_0.1.0.zip, r-oldrel: featureflag_0.1.0.zip |
macOS binaries: | r-release (arm64): featureflag_0.1.0.tgz, r-oldrel (arm64): featureflag_0.1.0.tgz, r-release (x86_64): featureflag_0.1.0.tgz, r-oldrel (x86_64): featureflag_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=featureflag to link to this page.