mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
852 B
Tcl
23 lines
852 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 r-forge r-project distrEx 2.9.5
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
description Extends R-distr by functionals, distances \
|
|
and conditional distributions
|
|
long_description {*}${description}
|
|
homepage https://distr.r-forge.r-project.org
|
|
checksums rmd160 3b24bd50a10400bf8b944de20437c52883fe88bd \
|
|
sha256 e54c22a2457778098f12772b00a9dcecd72132447a704a40890b34735d584288 \
|
|
size 2246019
|
|
|
|
depends_lib-append port:R-distr \
|
|
port:R-startupmsg
|
|
|
|
test.run yes
|