You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
27 lines
1.1 KiB
Tcl
27 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
R.setup github WinVector RcppDynProg 0.2.1
|
|
revision 1
|
|
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
|
|
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
|
|
checksums rmd160 526ad83255be9e28011cbd94d61d481142d797fb \
|
|
sha256 918c4c91d02ce95e029e01c6241bd81c6c9855eed023147cf09bf40591dbe174 \
|
|
size 5503553
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-wrapr
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|