Package: aka
Title: Define Aliases for R Expressions
Version: 0.1.0
Authors@R: person("Konrad", "Rudolph", email = "konrad.rudolph@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "https://orcid.org/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
Suggests: testthat
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-07-21 14:16:09 UTC; konrad
Author: Konrad Rudolph [cre, aut] (<https://orcid.org/0000-0002-9866-7051>)
Maintainer: Konrad Rudolph <konrad.rudolph@gmail.com>
Repository: CRAN
Date/Publication: 2024-07-23 00:20:09 UTC
