-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 966 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: RcppDynProg
Type: Package
Title: 'Rcpp' Dynamic Programming
Version: 0.2.1
Date: 2023-08-19
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-2 | GPL-3
Depends:
R (>= 3.4.0)
Imports:
wrapr (>= 2.0.4),
Rcpp (>= 1.0.0),
utils,
stats
LinkingTo:
Rcpp,
RcppArmadillo
RoxygenNote: 7.2.3
Suggests:
tinytest,
knitr,
rmarkdown
VignetteBuilder: knitr