You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
958 B
Tcl
28 lines
958 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 github nalimilan logmult 0.7.4 v
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Log-multiplicative models, including association models
|
|
long_description {*}${description}
|
|
checksums rmd160 b719f08ef391c5c4520c5da28671c328bbf2cb7a \
|
|
sha256 8a35c8963d348b062da418515b661f3f2abbf9a74030e62fe61471221d9f1aaf \
|
|
size 102477
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-gnm \
|
|
port:R-qvcalc
|
|
|
|
depends_test-append port:R-ellipse \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-survey
|
|
|
|
test.run yes
|