mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
922 B
Tcl
27 lines
922 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran dgbonett vcmeta 1.4.0
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Varying Coefficient Meta-Analysis
|
|
long_description {*}${description}
|
|
homepage https://github.com/dgbonett/vcmeta
|
|
checksums rmd160 2a68106d83abfe94ee0abd58e280456474e91b47 \
|
|
sha256 838bfe0c99ed0c3051e549799a00a99ccd48b90d6338d57806bb6fcdddef4204 \
|
|
size 213841
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-mathjaxr \
|
|
port:R-Rdpack
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|