Package: memify 0.1.1
Bert Gunter
memify: Constructing Functions That Keep State
A simple way to construct and maintain functions that keep state i.e. remember their argument lists. This can be useful when one needs to repeatedly invoke the same function with only a small number of argument changes at each invocation.
Authors:
memify_0.1.1.tar.gz
memify_0.1.1.tar.gz(r-4.5-noble)memify_0.1.1.tar.gz(r-4.4-noble)
memify_0.1.1.tgz(r-4.4-emscripten)memify_0.1.1.tgz(r-4.3-emscripten)
memify.pdf |memify.html✨
memify/json (API)
# Install 'memify' in R: |
install.packages('memify', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:edce144e56. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 24 2024 |
R-4.5-linux | OK | Sep 24 2024 |
Exports:arglistarglist<-memify
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
A Simple Framework to Construct and Maintain Functions That Keep State | memify-package |
Enable Functions To Keep State | memify |
Extract, Update, and Replace Argument Lists of Memified Functions | arglist arglist<- memify support update.memified |