Package: tailr
Version: 0.1.0
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)
Imports: rlang (>= 0.2.0), glue
Suggests: covr, testthat, microbenchmark
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-02-28 13:03:47 UTC; mailund
Author: Thomas Mailund [aut, cre]
Maintainer: Thomas Mailund <mailund@birc.au.dk>
Repository: CRAN
Date/Publication: 2018-02-28 17:07:02 UTC
