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.

Version: 0.1.0
Suggests: testthat
Published: 2024-07-23
Author: Konrad Rudolph ORCID iD [cre, aut]
Maintainer: Konrad Rudolph <konrad.rudolph at gmail.com>
BugReports: https://github.com/klmr/aka/issues
License: MIT + file LICENSE
URL: https://klmr.me/aka/, https://github.com/klmr/aka
NeedsCompilation: no
Materials: README
CRAN checks: aka results

Documentation:

Reference manual: aka.pdf

Downloads:

Package source: aka_0.1.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): aka_0.1.0.tgz, r-oldrel (arm64): aka_0.1.0.tgz, r-release (x86_64): aka_0.1.0.tgz, r-oldrel (x86_64): aka_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=aka to link to this page.