Package: RcppDynProg
Type: Package
Title: 'Rcpp' Dynamic Programming
Version: 0.1.2
Date: 2019-03-31
Authors@R: c(
    person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
    person("Nina", "Zumel", email = "nzumel@win-vector.com", role = c("aut")),
    person(family = "Win-Vector LLC", role = c("cph"))
    )
URL: https://github.com/WinVector/RcppDynProg/,
        https://winvector.github.io/RcppDynProg/
BugReports: https://github.com/WinVector/RcppDynProg/issues
Maintainer: John Mount <jmount@win-vector.com>
Description: Dynamic Programming implemented in 'Rcpp'.  Includes example partition and out of sample fitting applications.  Also supplies additional custom coders for the 'vtreat' package.
License: GPL-3
Depends: R (>= 3.4.0)
Imports: wrapr (>= 1.8.4), Rcpp (>= 1.0.0), utils, stats
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.1.1
Suggests: RUnit, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-03-31 19:23:32 UTC; johnmount
Author: John Mount [aut, cre],
  Nina Zumel [aut],
  Win-Vector LLC [cph]
Repository: CRAN
Date/Publication: 2019-03-31 20:10:03 UTC
