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.7-any)memify_0.1.1.tar.gz(r-4.6-any)
memify_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:edce144e56. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 93 | ||
| source / vignettes | OK | 135 | ||
| linux-release-x86_64 | OK | 100 | ||
| wasm-release | OK | 84 |
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 |