Package: aka 0.1.0
aka: Define Aliases for R Expressions
Create aliases for other R names or arbitrarily complex R expressions. Accessing the alias acts as-if the aliased expression were invoked instead, and continuously reflects the current value of that expression: updates to the original expression will be reflected in the alias; and updates to the alias will automatically be reflected in the original expression.
Authors:
aka_0.1.0.tar.gz
aka_0.1.0.zip(r-4.5)aka_0.1.0.zip(r-4.4)aka_0.1.0.zip(r-4.3)
aka_0.1.0.tgz(r-4.4-any)aka_0.1.0.tgz(r-4.3-any)
aka_0.1.0.tar.gz(r-4.5-noble)aka_0.1.0.tar.gz(r-4.4-noble)
aka_0.1.0.tgz(r-4.4-emscripten)aka_0.1.0.tgz(r-4.3-emscripten)
aka.pdf |aka.html✨
aka/json (API)
# Install 'aka' in R: |
install.packages('aka', repos = c('https://klmr.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/klmr/aka/issues
Last updated 4 months agofrom:d4a9c754bf (on main). Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | WARNING | Oct 27 2024 |
R-4.5-linux | WARNING | Oct 27 2024 |
R-4.4-win | WARNING | Oct 27 2024 |
R-4.4-mac | WARNING | Oct 27 2024 |
R-4.3-win | WARNING | Oct 27 2024 |
R-4.3-mac | WARNING | Oct 27 2024 |
Exports:%=&%aliasalias_envalias_expr
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create an alias for an expression | %=&% alias |
Query alias internals | alias_env alias_expr getters |