2023-01-18 12:40:00 +08:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup R 1.0
|
|
|
|
|
|
2023-08-20 11:54:24 +08:00
|
|
|
R.setup github WinVector RcppDynProg 0.2.1
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-01-18 12:40:00 +08:00
|
|
|
license {GPL-2 GPL-3}
|
|
|
|
|
description Rcpp Dynamic Programming
|
|
|
|
|
long_description Dynamic Programming implemented in Rcpp. Includes example partition and out of sample fitting applications. \
|
|
|
|
|
Also supplies additional custom coders for the vtreat package.
|
|
|
|
|
homepage https://winvector.github.io/RcppDynProg
|
2023-08-20 11:54:24 +08:00
|
|
|
checksums rmd160 526ad83255be9e28011cbd94d61d481142d797fb \
|
|
|
|
|
sha256 918c4c91d02ce95e029e01c6241bd81c6c9855eed023147cf09bf40591dbe174 \
|
|
|
|
|
size 5503553
|
2023-01-18 12:40:00 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
|
|
|
port:R-RcppArmadillo \
|
|
|
|
|
port:R-wrapr
|
2023-03-08 17:28:08 +08:00
|
|
|
|
|
|
|
|
depends_test-append port:R-knitr \
|
|
|
|
|
port:R-rmarkdown \
|
|
|
|
|
port:R-tinytest
|
|
|
|
|
|
|
|
|
|
test.run yes
|