mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
804 B
Tcl
23 lines
804 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 cran rdmulti 1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Analysis of RD designs with multiple cutoffs or scores
|
|
long_description {*}${description}
|
|
checksums rmd160 4098fc5a92220f98d1f96b69bb6760d4c9579ec6 \
|
|
sha256 bb6d1790c00152dbe5235cb9936bc5c7f98a61784916048f17d865d24c3ea9af \
|
|
size 12048
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-rdrobust
|
|
|
|
test.run yes
|