mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
945 B
Tcl
28 lines
945 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 r-spatial classInt 0.4-10
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Choose univariate class intervals
|
|
long_description {*}${description}
|
|
homepage https://r-spatial.github.io/classInt
|
|
checksums rmd160 fa0c3de69da0037c2d3ed10bcef25d9418cfbdb3 \
|
|
sha256 c3561eafbc493ac02840191d4f1e4d2ef437ca8eb20f41fc5eca28f00ee42b8b \
|
|
size 440271
|
|
|
|
depends_lib-append port:R-e1071
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-spData \
|
|
port:R-tinytest \
|
|
port:R-units
|
|
|
|
test.run yes
|