You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.4 KiB
Tcl
38 lines
1.4 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 giancarlo_vercellino segen 1.1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Sequence generalization through similarity network
|
|
long_description {*}${description}
|
|
homepage https://rpubs.com/giancarlo_vercellino/segen
|
|
checksums rmd160 42613333d71b91efe868e9938ec6a9ebefdaae4a \
|
|
sha256 215cc8d5c8099ddd8df9ac0684c2b24163ffbb27712b57760ed765c0c3cac0d0 \
|
|
size 16090
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-entropy \
|
|
port:R-fANCOVA \
|
|
port:R-fastDummies \
|
|
port:R-imputeTS \
|
|
port:R-ggplot2 \
|
|
port:R-greybox \
|
|
port:R-lubridate \
|
|
port:R-modeest \
|
|
port:R-moments \
|
|
port:R-narray \
|
|
port:R-philentropy \
|
|
port:R-purrr \
|
|
port:R-readr \
|
|
port:R-Rfast \
|
|
port:R-scales \
|
|
port:R-tictoc
|
|
|
|
test.run yes
|