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
30 lines
1.0 KiB
Tcl
30 lines
1.0 KiB
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.recommended yes
|
|
|
|
# This is a recommended package. Keep it CRAN-sourced.
|
|
R.setup cran r-project mgcv 1.9-1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Mixed GAM Computation Vehicle with automatic smoothness estimation
|
|
long_description {*}${description}. Recommended package.
|
|
checksums rmd160 0eaaf10f76ca496a0b1129d66d31bdfa0f6d9f71 \
|
|
sha256 700fbc37bedd3a49505b9bc4949faee156d9cfb4f669d797d06a10a15a5bdb32 \
|
|
size 1083217
|
|
|
|
# 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
|