Changes in version 0.1.3.9007 Continuous integration - Update ccache-action reference. - Bump action version. Changes in version 0.1.3.9006 - Ci: Unify fledge.yaml across cynkratemplate and fledge (#86). Changes in version 0.1.3.9005 Chore - Add ccache to .gitignore and .Rbuildignore. Continuous integration - Create snapshot update PR against correct branch. - Add reference to /apply-patch workflow in commit message. - Clarify rationale for not deploying on schedule. - Only run fledge on pushes to main. - Tweak fledge workflow and ccache action. Changes in version 0.1.3.9004 Continuous integration - Cosmetics. - Bump action versions. - Install clang-format-21. - Align fledge workflow. - Harmonize. Changes in version 0.1.3.9003 Chore - Auto-update from GitHub Actions (#66). Changes in version 0.1.3.9002 Chore - Auto-update from GitHub Actions (#64). Changes in version 0.1.3.9001 Continuous integration - Fix comment (#62). - Tweaks (#61). - Test all R versions on branches that start with cran- (#60). Changes in version 0.1.3.9000 fledge - CRAN release v0.1.3 (#58). Changes in version 0.1.3 (2025-12-01) Chore - Migrate from defunct with_mock() to with_mocked_bindings() (#45, #54). Changes in version 0.1.2 (2024-11-21) Feature - The call stack for a failure in an active binding now contains a reference to bindr_fun() instead of fun(), to hint at what might have went wrong. Changes in version 0.1.1 (2018-03-13) - Improve performance for very large environments for create_env() and populate_env(). - Force the fun argument just to be sure. Changes in version 0.1 (2016-11-13) Initial release. - Functions create_env() and populate_env(). - Create or populate an environment with one or more active bindings, where the value is computed by calling a function and passing the name of the binding, and an arbitrary number of additional arguments (named or unnamed). - Not overwriting existing bindings or variables. - Names can be passed as symbols (name) or character strings (character), with warning if the conversion fails.