Package: tailr
Version: 0.1.2
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, compiler, pmatch (>= 0.1.2)
RoxygenNote: 6.0.1
URL: https://github.com/mailund/tailr
BugReports: https://github.com/mailund/tailr/issues
NeedsCompilation: no
Packaged: 2018-04-27 07:45:23 UTC; mailund
Author: Thomas Mailund [aut, cre]
Maintainer: Thomas Mailund <mailund@birc.au.dk>
Repository: CRAN
Date/Publication: 2018-04-27 07:54:53 UTC
