You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
44 lines
1.5 KiB
Tcl
44 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 KechrisLab SmCCNet 2.0.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Sparse Multiple Canonical Correlation Network analysis tool
|
|
long_description {*}${description}
|
|
homepage https://kechrislab.github.io/SmCCNet
|
|
checksums rmd160 5154bb10bf79fff99a7ef3e0d387c23635c762dd \
|
|
sha256 0c7b3bb3c4877757fdc8a31052cebe40996e3f8fabeca9c86b62230fa60d7c9a \
|
|
size 4987305
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-EnvStats \
|
|
port:R-furrr \
|
|
port:R-future \
|
|
port:R-igraph \
|
|
port:R-magrittr \
|
|
port:R-pbapply \
|
|
port:R-PMA \
|
|
port:R-pracma \
|
|
port:R-pROC \
|
|
port:R-purrr \
|
|
port:R-rlist \
|
|
port:R-spls
|
|
|
|
depends_test-append port:R-caret \
|
|
port:R-dplyr \
|
|
port:R-knitr \
|
|
port:R-mltools \
|
|
port:R-reshape2 \
|
|
port:R-rmarkdown \
|
|
port:R-shadowtext \
|
|
port:R-tidyverse \
|
|
port:R-testthat
|
|
|
|
test.run yes
|