Package: arl Type: Package Title: Embedded Lisp Dialect Version: 0.1.4 Authors@R: person("William", "Brannon", email = "will.brannon+cran@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-1435-8535")) Description: Provides a Scheme-inspired Lisp dialect embedded in R, with macros, tail-call optimization, and seamless interoperability with R functions and data structures. (The name 'arl' is short for 'An R Lisp.') Implemented in pure R with no compiled code. License: MIT + file LICENSE Depends: R (>= 4.0) Imports: R6 (>= 2.5.0) Suggests: testthat (>= 3.0.0), covr (>= 3.6.0), lintr (>= 3.3.0), withr (>= 2.5.0), profvis (>= 0.3.7), bench (>= 1.1.2), jsonlite (>= 2.0.0), knitr (>= 1.51), rmarkdown (>= 2.30), jinjar (>= 0.3.0) URL: https://github.com/wwbrannon/arl, https://doi.org/10.5281/zenodo.18740487 BugReports: https://github.com/wwbrannon/arl/issues Language: en-US Encoding: UTF-8 ByteCompile: true NeedsCompilation: no Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://wwbrannon.r-universe.dev Date/Publication: 2026-04-25 00:31:47 UTC RemoteUrl: https://github.com/wwbrannon/arl RemoteRef: HEAD RemoteSha: b6381ffe003a3c49fe551924ad287420f2b84009 Packaged: 2026-05-25 10:34:39 UTC; root Author: William Brannon [aut, cre, cph] (ORCID: ) Maintainer: William Brannon