mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
29 lines
988 B
Tcl
29 lines
988 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 github twolodzko kernelboot 0.1.10
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Smoothed bootstrap and random generation from kernel densities
|
|
long_description {*}${description}
|
|
checksums rmd160 fbaae3d1ee7f2455b1d1d2c9516570883b24bdab \
|
|
sha256 c69259bb7ed99b0542b5c5ecc28bc17e4fba954ded41cf5ff91f75b500d5ea21 \
|
|
size 903838
|
|
|
|
depends_lib-append port:R-future \
|
|
port:R-future.apply \
|
|
port:R-parallelly \
|
|
port:R-Rcpp
|
|
|
|
patchfiles patch-no-ks.diff
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-cramer \
|
|
port:R-testthat
|
|
|
|
test.run yes
|