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]
25 lines
825 B
Tcl
25 lines
825 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
|
||
|
||
# GitHub version lags behind.
|
||
R.setup cran robertdj RDP 0.3.0
|
||
revision 1
|
||
categories-append math
|
||
maintainers nomaintainer
|
||
license GPL-3
|
||
description Ramer–Douglas–Peucker algorithm
|
||
long_description {*}${description}
|
||
checksums rmd160 6dccd0af254deda30a7dde97c560924fafebfd02 \
|
||
sha256 931e182c1d8869183bc07accb48d5d2c46e3dd2a83924d193e26f80e92686da1 \
|
||
size 26683
|
||
|
||
depends_lib-append port:R-Rcpp
|
||
|
||
depends_test-append port:R-testthat \
|
||
port:R-withr \
|
||
port:R-zeallot
|
||
|
||
test.run yes
|