mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 lines
1.2 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran USEPA spmodel 0.9.0 v
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Spatial statistical modelling and prediction
|
|
long_description {*}${description}
|
|
homepage https://usepa.github.io/spmodel
|
|
checksums rmd160 d2c5b6fdd8a7f7002f5ef1a28d1b4126bc44fd8b \
|
|
sha256 7eb65bd72bc20adb57b722170528b083bb5079f3c2b3ad766ce1a250d22df793 \
|
|
size 3049630
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-generics \
|
|
port:R-sf \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-emmeans \
|
|
port:R-estimability \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-pROC \
|
|
port:R-ranger \
|
|
port:R-rmarkdown \
|
|
port:R-statmod \
|
|
port:R-testthat
|
|
|
|
test.run yes
|