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
1000 B
Tcl
30 lines
1000 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 bl226 PStrata 0.0.5
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Principal stratification analysis in R
|
|
long_description {*}${description}
|
|
checksums rmd160 2a6041b0e4b5fdc5e42e3fbae66749997f92e2ab \
|
|
sha256 8edda3cabb8da49300167e88aa9a11bfa740ab750c31ff2150997718ffd5fbdb \
|
|
size 302092
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-lme4 \
|
|
port:R-purrr \
|
|
port:R-rstan \
|
|
port:R-stringr
|
|
|
|
depends_test-append port:R-R.rsp
|
|
|
|
test.run yes
|