Package: factory 0.1.0.9000
factory: Build Function Factories
Function factories are functions that make functions. They can be confusing to construct. Straightforward techniques can produce functions that are fragile or hard to understand. While more robust techniques exist to construct function factories, those techniques can be confusing. This package is designed to make it easier to construct function factories.
Authors:
factory_0.1.0.9000.tar.gz
factory_0.1.0.9000.zip(r-4.5)factory_0.1.0.9000.zip(r-4.4)factory_0.1.0.9000.zip(r-4.3)
factory_0.1.0.9000.tgz(r-4.5-any)factory_0.1.0.9000.tgz(r-4.4-any)factory_0.1.0.9000.tgz(r-4.3-any)
factory_0.1.0.9000.tar.gz(r-4.5-noble)factory_0.1.0.9000.tar.gz(r-4.4-noble)
factory_0.1.0.9000.tgz(r-4.4-emscripten)factory_0.1.0.9000.tgz(r-4.3-emscripten)
factory.pdf |factory.html✨
factory/json (API)
NEWS
# Install 'factory' in R: |
install.packages('factory', repos = c('https://jonthegeek.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jonthegeek/factory/issues
Last updated 5 years agofrom:07d9a555d3. Checks:1 OK, 7 WARNING. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 19 2025 |
R-4.5-win | WARNING | Feb 19 2025 |
R-4.5-mac | WARNING | Feb 19 2025 |
R-4.5-linux | WARNING | Feb 19 2025 |
R-4.4-win | WARNING | Feb 19 2025 |
R-4.4-mac | WARNING | Feb 19 2025 |
R-4.3-win | WARNING | Feb 19 2025 |
R-4.3-mac | WARNING | Feb 19 2025 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Insert Into a Function Body | body_insert |
Replace Parts of a Function Body | body_replace |
Easily Build Function Factories | build_factory |