Files

26 lines
988 B
Tcl
Raw Permalink Normal View History

2023-03-08 17:28:36 +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
R.setup cran jonclayden RcppEigenAD 1.0.0
revision 2
2023-03-08 17:28:36 +08:00
categories-append math
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2023-03-08 17:28:36 +08:00
license {GPL-2 GPL-3}
description Compiles C++ code using Rcpp, Eigen and CppAD to produce first and second order partial derivatives
long_description {*}${description}
checksums rmd160 8ec079ad74be486dd734835264d77c99f9780178 \
sha256 e64fbecd12a87ba5cc35e368617b973418c1f0e8f1a0da74673172ec344cf5a3 \
size 439580
depends_lib-append port:R-BH \
port:R-functional \
port:R-memoise \
port:R-Rcpp \
port:R-RcppEigen \
port:R-Rdpack \
port:R-readr
test.run yes