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
46 lines
1.5 KiB
Tcl
46 lines
1.5 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 cran SachaEpskamp qgraph 1.9.8
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Graph plotting methods, psychometric data visualization and graphical model estimation
|
|
long_description {*}${description}
|
|
checksums rmd160 558c2aa56220a85f4f428452d8c8d8d62f6ccd7f \
|
|
sha256 14a81d64f37614a05445408babbb2da5bc53886def8b0c2e4101b06e8b4c01d4 \
|
|
size 230918
|
|
|
|
# Remove this with the next update. It is a one-time fix.
|
|
if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} {
|
|
incr revision
|
|
}
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-colorspace \
|
|
port:R-corpcor \
|
|
port:R-fdrtool \
|
|
port:R-ggplot2 \
|
|
port:R-glasso \
|
|
port:R-gtools \
|
|
port:R-Hmisc \
|
|
port:R-igraph \
|
|
port:R-jpeg \
|
|
port:R-lavaan \
|
|
port:R-pbapply \
|
|
port:R-plyr \
|
|
port:R-png \
|
|
port:R-psych \
|
|
port:R-Rcpp \
|
|
port:R-reshape2 \
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-BDgraph \
|
|
port:R-huge
|
|
|
|
test.run yes
|