mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
942 B
Tcl
29 lines
942 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 lags behind.
|
|
R.setup cran arives rr2 1.1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description R2s for regression models
|
|
long_description {*}${description}
|
|
checksums rmd160 44573f1abaa5bd2f82ffdf1b84f25c9e6f8b5e2d \
|
|
sha256 e3e476fb5eab01c7158efa48617f6f02a3ec7adc018ddb7773a4398f11fd0031 \
|
|
size 31616
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ape \
|
|
port:R-lme4 \
|
|
port:R-phylolm \
|
|
port:R-phyr
|
|
|
|
depends_test-append port:R-mvtnorm \
|
|
port:R-testthat
|
|
|
|
test.run yes
|