You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
21 lines
722 B
Tcl
21 lines
722 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 Rpcop 1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Principal curves of oriented points
|
|
long_description {*}${description}
|
|
checksums rmd160 7d36d17441cc7f95076a0e24f92f002ebed94b7c \
|
|
sha256 82c41f710aa9c4d666f8711498e0de8fc668192dfb642b5b6349f1aa68659b51 \
|
|
size 28397
|
|
|
|
depends_lib-append port:R-princurve \
|
|
port:R-Rcpp
|
|
|
|
test.run yes
|