You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
892 B
Tcl
27 lines
892 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 milbo earth 5.3.4
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Multivariate adaptive regression splines
|
|
long_description {*}${description}
|
|
homepage http://www.milbo.users.sonic.net/earth
|
|
checksums rmd160 4c6acbd55a518b2f58c887858e42cd9914cd23cc \
|
|
sha256 3af94f925598fa2be7d320ad5365e285c008933cc0198a33b8149fdbaae6debc \
|
|
size 1609509
|
|
|
|
depends_lib-append port:R-Formula \
|
|
port:R-plotmo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-gam \
|
|
port:R-mda
|
|
|
|
test.run yes
|