mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
746 B
Tcl
21 lines
746 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 bruno.remillard CopulaGAMM 0.4.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Copula-based mixed regression models
|
|
long_description {*}${description}
|
|
checksums rmd160 9d54b282388d6bc77f536982df32e15027ca00f6 \
|
|
sha256 13a42e18de4d4d5d513a661d7ff21a30c1a38b827c8eb22fb65e8e8f6b5db6d8 \
|
|
size 65566
|
|
|
|
depends_lib-append port:R-matrixStats \
|
|
port:R-statmod
|
|
|
|
test.run yes
|