Package: aka Title: Define Aliases for R Expressions Version: 0.2.0.9000 Authors@R: person("Konrad", "Rudolph", email = "konrad.rudolph@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-9866-7051")) Description: 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. URL: https://klmr.me/aka/, https://github.com/klmr/aka BugReports: https://github.com/klmr/aka/issues Depends: R (>= 4.1.0) Suggests: testthat License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://klmr.r-universe.dev Date/Publication: 2026-01-16 14:52:54 UTC RemoteUrl: https://github.com/klmr/aka RemoteRef: main RemoteSha: 653dd67af1b93ae7ffd162430b67b1b78e4fc74e NeedsCompilation: no Packaged: 2026-06-15 08:53:36 UTC; root Author: Konrad Rudolph [cre, aut] (ORCID: ) Maintainer: Konrad Rudolph