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
44 lines
1.5 KiB
Tcl
44 lines
1.5 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
|
|
|
|
# GitHUb version is outdated.
|
|
R.setup cran pi-kappa-devel diseq 0.4.6
|
|
revision 5
|
|
categories-append economics
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Estimation methods for markets in equilibrium and disequilibrium
|
|
long_description {*}${description}
|
|
homepage https://diseq.pikappa.eu
|
|
checksums rmd160 e479adf7d44f427047742cc5ab287ec5781f45e5 \
|
|
sha256 9d1c71453dcd148b8839a13137ac805889a89caefe139679f153188d01e91d49 \
|
|
size 2113285
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
# Dependents of R-RcppGSL link directly to gsl:
|
|
# https://github.com/eddelbuettel/rcppziggurat/issues/21
|
|
depends_lib-append port:gsl \
|
|
port:R-bbmle \
|
|
port:R-dplyr \
|
|
port:R-Formula \
|
|
port:R-magrittr \
|
|
port:R-Rcpp \
|
|
port:R-RcppGSL \
|
|
port:R-RcppParallel \
|
|
port:R-rlang \
|
|
port:R-systemfit \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-numDeriv \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|