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
36 lines
1.2 KiB
Tcl
36 lines
1.2 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 jolars eulerr 7.0.2 v
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Area-proportional Euler and Venn diagrams with ellipses
|
|
long_description {*}${description}
|
|
homepage https://jolars.github.io/eulerr
|
|
checksums rmd160 9e86593d91e3236af2424a718be51def2ede436d \
|
|
sha256 398c3a18b18ca33115f1791d1505d293972faf9be28b4f8471f6012af4c9950e \
|
|
size 437395
|
|
|
|
depends_lib-append port:R-GenSA \
|
|
port:R-polyclip \
|
|
port:R-polylabelr \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compiler.cxx_standard 2014
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-pBrackets \
|
|
port:R-RConics \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|