Package: tailr
Version: 0.1.3
Title: Automatic Tail Recursion Optimisation
Description: Implements meta-programming functions for automatically
    translating recursive functions into looping functions or trampolines.
Authors@R: person("Thomas", "Mailund", , "mailund@birc.au.dk", c("aut", "cre"))
License: GPL-3
Encoding: UTF-8
Language: en-GB
LazyData: true
ByteCompile: true
Depends: R (>= 3.2), foolbox
Imports: rlang (>= 0.3.0), glue
Suggests: covr, testthat, microbenchmark, compiler, pmatch (>= 0.1.4)
RoxygenNote: 6.1.1
URL: https://github.com/mailund/tailr
BugReports: https://github.com/mailund/tailr/issues
NeedsCompilation: no
Packaged: 2018-12-20 12:47:56 UTC; thomasmailund
Author: Thomas Mailund [aut, cre]
Maintainer: Thomas Mailund <mailund@birc.au.dk>
Repository: CRAN
Date/Publication: 2018-12-20 13:10:03 UTC
