Package: JuliaFormulae Title: Translate R Regression Model Formulae to 'Julia' Syntax Version: 0.1.0 Authors@R: person("June", "Choe", , "jchoe001@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0701-921X")) Description: Metaprogramming utilities for converting R regression model formulae to equivalents in 'Julia' , via modifications to the abstract syntax tree. Supports translations in zero correlation random effects syntax, protection of expressions to be evaluated as-is, interaction terms, and more. Accepts strings or R formula objects and returns modified R formula objects where possible (or a modified string, if not a valid formula in R). License: MIT + file LICENSE URL: https://github.com/yjunechoe/JuliaFormulae BugReports: https://github.com/yjunechoe/JuliaFormulae/issues Depends: R (>= 4.1.0) Imports: rrapply, stats, utils Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Repository: https://yjunechoe.r-universe.dev Date/Publication: 2025-05-15 02:41:46 UTC RemoteUrl: https://github.com/yjunechoe/JuliaFormulae RemoteRef: HEAD RemoteSha: a81c643e412b7b4cfd666693fc0668bd0b6266ad NeedsCompilation: no Packaged: 2026-06-09 10:04:20 UTC; root Author: June Choe [aut, cre] (ORCID: ) Maintainer: June Choe