# -*- 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.recommended       yes

# This is a recommended package. Keep it CRAN-sourced.
R.setup             cran r-project mgcv 1.9-4
revision            1
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2+
description         Mixed GAM Computation Vehicle with automatic smoothness estimation
long_description    {*}${description}. Recommended package.
checksums           rmd160  48a2f7ecd978bd2257eab43b9bf7c8fc34f59304 \
                    sha256  a98159698afb269e06a46cac1f945bf2b3427a2dd587c6f2efd67ede90089372 \
                    size    1163324

# Notice that recommended packages must have all hard dependencies set explicitly.
depends_lib-append  port:R-Matrix \
                    port:R-nlme

compilers.setup     require_fortran

depends_test-append port:R-MASS \
                    port:R-survival

test.run            yes
