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
39 lines
1.3 KiB
Tcl
39 lines
1.3 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.setup cran r-spatial spatialreg 1.3-5
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Spatial regression analysis
|
|
long_description {*}${description}
|
|
homepage https://r-spatial.github.io/spatialreg
|
|
checksums rmd160 706e9c7af130a504484a0a63def6a1285714d7e0 \
|
|
sha256 eefeaa2f22d3652a23c30c8ff81364f419634e466cdb0c2d9c7bcef9287b00c4 \
|
|
size 1435047
|
|
|
|
depends_lib-append port:R-coda \
|
|
port:R-LearnBayes \
|
|
port:R-multcomp \
|
|
port:R-sf \
|
|
port:R-spData \
|
|
port:R-spdep
|
|
|
|
compilers.setup require_fortran
|
|
|
|
# R-tmap is omitted for now.
|
|
depends_test-append port:R-expm \
|
|
port:R-igraph \
|
|
port:R-knitr \
|
|
port:R-lmtest \
|
|
port:R-rmarkdown \
|
|
port:R-RSpectra \
|
|
port:R-sandwich \
|
|
port:R-spam \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|