2023-04-01 02:30:08 +08:00
|
|
|
# -*- 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
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 2
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-04-01 02:30:08 +08:00
|
|
|
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
|
2024-05-22 22:47:16 +10:00
|
|
|
platforms {darwin any}
|
2023-04-01 02:30:08 +08:00
|
|
|
|
|
|
|
|
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
|