Package: featureflag 0.2.0
featureflag: Turn Features On and Off using Feature Flags
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.
Authors:
featureflag_0.2.0.tar.gz
featureflag_0.2.0.zip(r-4.5)featureflag_0.2.0.zip(r-4.4)featureflag_0.2.0.zip(r-4.3)
featureflag_0.2.0.tgz(r-4.5-any)featureflag_0.2.0.tgz(r-4.4-any)featureflag_0.2.0.tgz(r-4.3-any)
featureflag_0.2.0.tar.gz(r-4.5-noble)featureflag_0.2.0.tar.gz(r-4.4-noble)
featureflag_0.2.0.tgz(r-4.4-emscripten)featureflag_0.2.0.tgz(r-4.3-emscripten)
featureflag.pdf |featureflag.html✨
featureflag/json (API)
NEWS
# Install 'featureflag' in R: |
install.packages('featureflag', repos = c('https://szymanskir.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/szymanskir/featureflag/issues
Last updated 9 days agofrom:b685c11741. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 22 2025 |
R-4.5-win | OK | Mar 22 2025 |
R-4.5-mac | OK | Mar 22 2025 |
R-4.5-linux | OK | Mar 22 2025 |
R-4.4-win | OK | Mar 22 2025 |
R-4.4-mac | OK | Mar 22 2025 |
R-4.4-linux | OK | Mar 22 2025 |
R-4.3-win | OK | Mar 22 2025 |
R-4.3-mac | OK | Mar 22 2025 |
Exports:create_bool_feature_flagcreate_connect_group_feature_flagcreate_connect_user_feature_flagcreate_env_var_feature_flagcreate_feature_flagcreate_percentage_feature_flagcreate_time_period_feature_flagfeature_iffeature_ifelseis_enabled
Dependencies: