mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
40 lines
1.4 KiB
Tcl
40 lines
1.4 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 cran cran ecd 0.9.2.4
|
|
revision 1
|
|
categories-append finance math
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Elliptic Lambda distribution and option pricing model
|
|
long_description {*}${description}
|
|
checksums rmd160 dd7f8d9bef08453c5bfadf85c4f188892f26d7e9 \
|
|
sha256 702bda692feec5eeaec27cd04ee17785b1874157f917bff742477729e76aae31 \
|
|
size 2212473
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-digest \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-gsl \
|
|
port:R-moments \
|
|
port:R-optimx \
|
|
port:R-polynom \
|
|
port:R-Rmpfr \
|
|
port:R-RSQLite \
|
|
port:R-stabledist \
|
|
port:R-xtable \
|
|
port:R-xts \
|
|
port:R-yaml \
|
|
port:R-zoo
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-roxygen2 \
|
|
port:R-shape \
|
|
port:R-testthat
|
|
|
|
test.run yes
|