mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1014 B
Tcl
30 lines
1014 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 github mdsumner gibble 0.4.0 v
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Geometry decomposition
|
|
long_description {*}${description}
|
|
homepage https://mdsumner.github.io/gibble
|
|
checksums rmd160 75db2e107c769e1e64b8af2ec6ad7cd795a364c0 \
|
|
sha256 808d43ba85d579e8ecb7a4ebb64fd40b2cdba6604905bd87f1793def55f661f9 \
|
|
size 33546636
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-rlang \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|