mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran accarniel fsr 2.0.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Handling of fuzzy spatial data
|
|
long_description {*}${description}
|
|
homepage https://accarniel.github.io/fsr
|
|
checksums rmd160 275dce5bee28921746a307c9104743d9c12db9c6 \
|
|
sha256 e913494b270a9d415daee93a2c93aa9b1fe0f9f3cd539415ec728d73ae89dcd2 \
|
|
size 79762
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-e1071 \
|
|
port:R-ggplot2 \
|
|
port:R-pso \
|
|
port:R-rlang \
|
|
port:R-sf \
|
|
port:R-stringr \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-lwgeom
|
|
|
|
test.run yes
|