You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
773 B
Tcl
22 lines
773 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 cran DiscreteWeibull 1.1
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Discrete Weibull distributions, types I and III
|
|
long_description {*}${description}
|
|
checksums rmd160 fdda79581b9d8ea5d7c49e36aae7146a381dfd47 \
|
|
sha256 99a60955b8c44433f34fca653d9cc32243cf5327a422385a714ff92c4d57e3e5 \
|
|
size 7835
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-Rsolnp
|
|
|
|
test.run yes
|