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
27 lines
968 B
Tcl
27 lines
968 B
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 r-project GNE 0.99-6
|
|
revision 0
|
|
categories-append economics math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Computation of Generalized Nash Equilibria
|
|
long_description Compute standard and generalized Nash equilibria \
|
|
of non-cooperative games.
|
|
checksums rmd160 f2c431ea7be2fee5776fd310c98b5404d57a52fd \
|
|
sha256 317ad54a7bd9fba51fac25aa523eaf505a98cf18613e37a244f8f727fe847298 \
|
|
size 446536
|
|
|
|
depends_lib-append port:R-alabama \
|
|
port:R-BB \
|
|
port:R-nleqslv \
|
|
port:R-SQUAREM
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|