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
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
|
|
|
|
R.setup github ipeaGIT accessibility 1.4.0 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Transport accessibility measures
|
|
long_description {*}${description}
|
|
homepage https://ipeagit.github.io/accessibility
|
|
checksums rmd160 a8a66985eb65ee73a5e91342474e472f770c660b \
|
|
sha256 25e2de14f0e808fe1da6d8beba9ef2b9fecadb5d47751016825e0042f721c19a \
|
|
size 2545050
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-data.table \
|
|
port:R-Hmisc \
|
|
port:R-Rdpack
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-sf \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
test.run yes
|