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
29 lines
971 B
Tcl
29 lines
971 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 Nowosad comat 0.9.5
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Create co-occurrence matrices of spatial data
|
|
long_description {*}${description}
|
|
homepage https://jakubnowosad.com/comat
|
|
checksums rmd160 7bd34111c1ba034c81b156e888a4e4aef035c566 \
|
|
sha256 fe5cb8c1e6e55728fa4ef9a0be7deb127723d65f3b1938e99935d4b239a97b16 \
|
|
size 62404
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|