Package: oshka
Title: Recursive Quoted Language Expansion
Description: Expands quoted language by recursively replacing any symbol that
    points to quoted language with the language it points to.  The recursive
    process continues until only symbols that point to non-language objects
    remain.  The resulting quoted language can then be evaluated normally.  This
    differs from the traditional 'quote'/'eval' pattern because it resolves
    intermediate language objects that would interfere with evaluation.
Version: 0.1.2
Authors@R: c(
    person("Brodie", "Gaslam", email="brodie.gaslam@yahoo.com",
    role=c("aut", "cre"))
    )
Depends: R (>= 3.3.2)
License: GPL (>= 2)
LazyData: true
URL: https://github.com/brodieG/oshka
BugReports: https://github.com/brodieG/oshka/issues
VignetteBuilder: knitr
Imports: utils
Suggests: knitr, rmarkdown, unitizer, covr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-10-12 14:48:59 UTC; bg
Author: Brodie Gaslam [aut, cre]
Maintainer: Brodie Gaslam <brodie.gaslam@yahoo.com>
Repository: CRAN
Date/Publication: 2017-10-14 13:00:34 UTC
Built: R 4.1.0; ; 2021-05-26 07:48:20 UTC; unix
