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
28 lines
1015 B
Tcl
28 lines
1015 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 cran SetMethods 4.0
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Functions for set-theoretic multi-method research and advanced QCA
|
|
long_description {*}${description}
|
|
checksums rmd160 5e58ddc597477edc87a3484e15e8c85f914f621e \
|
|
sha256 a8982fe432def2b4952dcd8c1fc28a53639613161c0b9036ecdacac31666fd5f \
|
|
size 96960
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-admisc \
|
|
port:R-betareg \
|
|
port:R-fmsb \
|
|
port:R-ggplot2 \
|
|
port:R-ggrepel \
|
|
port:R-QCA \
|
|
port:R-scatterplot3d \
|
|
port:R-stargazer
|
|
|
|
test.run yes
|