mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
792 B
Tcl
23 lines
792 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 LPGraph 2.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Non-parametric smoothing of Laplacian graph spectra
|
|
long_description {*}${description}
|
|
checksums rmd160 48594786cbe4372a1d9f50a8451720a49a60bbb5 \
|
|
sha256 38e01e71f3ee66e6f071a70d3d24ee3de9a4aee34b356ddc4c7bc4ad32d553b4 \
|
|
size 47725
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-car \
|
|
port:R-PMA
|
|
|
|
test.run yes
|