mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
920 B
Tcl
27 lines
920 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 rpouillot mc2d 0.2.1
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Tools for two-dimensional Monte-Carlo simulations
|
|
long_description {*}${description}
|
|
checksums rmd160 4c0f8a3b1056e3e1915b22120884f2524b8235b1 \
|
|
sha256 be27fcc1fb43c3f3fd4d1e443c1ff44dc90eba83852b56526b9489ba4b517b1a \
|
|
size 1359211
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-ggpubr \
|
|
port:R-mvtnorm
|
|
|
|
depends_test-append port:R-fitdistrplus \
|
|
port:R-testthat
|
|
|
|
test.run yes
|