You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 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 pcbrendel multibias 1.5.3
|
|
revision 0
|
|
platforms {darwin any}
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Simultaneous multi-bias adjustment
|
|
long_description {*}${description}
|
|
homepage https://github.com/pcbrendel/multibias
|
|
checksums rmd160 72d667c8141b60211a68ac513c92ac57b5118c00 \
|
|
sha256 96078cc8ade6108436d26ae94d329f5315b96fc3700ab93d3375d0dfd4580c43 \
|
|
size 2613151
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-lifecycle \
|
|
port:R-magrittr \
|
|
port:R-rlang
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|