mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
848 B
Tcl
25 lines
848 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 NormalLaplace 0.3-1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Normal Laplace Distribution
|
|
long_description {*}${description}
|
|
checksums rmd160 56f80e56cddf7d85952cc62f9156803d99238ce4 \
|
|
sha256 cf5df3e5d94f69a847ae7ec9e6b539b287b81434d2a8ca65b2d63b12dd1d21c8 \
|
|
size 18645
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-DistributionUtils \
|
|
port:R-GeneralizedHyperbolic
|
|
|
|
depends_test-append port:R-RUnit
|
|
|
|
test.run yes
|