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
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
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 reichlab distfromq 1.0.4
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Reconstruct a distribution from a collection of quantiles
|
|
long_description {*}${description}
|
|
homepage http://reichlab.io/distfromq
|
|
checksums rmd160 8f975221472e2ff15d00357f124d961afbc8a7d1 \
|
|
sha256 0f6a99202a898303210f461b4af2b5a0632a3ecc1fcc25693e30b2194a289a72 \
|
|
size 165430
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-purrr \
|
|
port:R-zeallot
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|
|
# https://github.com/reichlab/distfromq/issues/36
|
|
test.args-append --ignore-vignettes
|