Package: dynprog
Version: 0.1.0
Title: Dynamic Programming Domain-Specific Language
Description: A domain-specific language for specifying translating recursions
    into dynamic-programming algorithms. See 
    <https://en.wikipedia.org/wiki/Dynamic_programming> for a description
    of dynamic programming.
Authors@R: person("Thomas", "Mailund", 
                  email = "mailund@birc.au.dk", 
                  role = c("aut", "cre"))
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
Imports: rlang (>= 0.1.2)
Suggests: covr, testthat
RoxygenNote: 6.0.1
URL: https://github.com/mailund/dynprog
BugReports: https://github.com/mailund/dynprog/issues
NeedsCompilation: no
Packaged: 2018-03-26 14:47:48 UTC; mailund
Author: Thomas Mailund [aut, cre]
Maintainer: Thomas Mailund <mailund@birc.au.dk>
Repository: CRAN
Date/Publication: 2018-03-27 19:15:50 UTC
