mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
811 B
Tcl
22 lines
811 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 tdhock binsegRcpp 2023.8.31
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Efficient implementation of binary segmentation
|
|
long_description {*}${description}
|
|
checksums rmd160 89029e5f2393a1cd051179ca0d460c09eda5c452 \
|
|
sha256 234d8beb1d1549aedb043f50f36828af0055ed05c7dd67fa928b38f95fcfa8e7 \
|
|
size 78781
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-Rcpp
|
|
|
|
# https://github.com/tdhock/binsegRcpp/pull/18
|
|
patchfiles patch-isfinite.diff
|