mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
22 lines
770 B
Tcl
22 lines
770 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 gamm4 0.2-6
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Generalized Additive Mixed Models using mgcv and lme4
|
|
long_description {*}${description}
|
|
checksums rmd160 04667eba55ff7ecae51ad97bcc37102070dd09f6 \
|
|
sha256 57c5b66582b2adc32f6a3bb6a259f5b95198e283a96d966a6007e8e48b380c89 \
|
|
size 14969
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-lme4
|
|
|
|
test.run yes
|