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
53 lines
1.8 KiB
Tcl
53 lines
1.8 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 Reckziegel FFP 0.2.2 v
|
|
revision 3
|
|
categories-append math finance
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Fully Flexible Probabilities for stress testing and portfolio construction
|
|
long_description {*}${description}
|
|
checksums rmd160 82df1be4feb5a0e0d7220887ccfa75d29244a4ee \
|
|
sha256 fca209f32acea95b6be2f688f527669b5b9f71a6d3ca3b6437b14aedc0f05f71 \
|
|
size 993429
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-crayon \
|
|
port:R-dplyr \
|
|
port:R-forcats \
|
|
port:R-ggdist \
|
|
port:R-ggplot2 \
|
|
port:R-lubridate \
|
|
port:R-magrittr \
|
|
port:R-mvtnorm \
|
|
port:R-NlcOptim \
|
|
port:R-nloptr \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-scales \
|
|
port:R-stringr \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-vctrs
|
|
|
|
# https://trac.macports.org/ticket/67315
|
|
patchfiles fix-capitalization.diff
|
|
|
|
depends_test-append port:R-copula \
|
|
port:R-covr \
|
|
port:R-ghyp \
|
|
port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-rmarkdown \
|
|
port:R-roxygen2 \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-xts
|
|
|
|
test.run yes
|