mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
27 lines
916 B
Tcl
27 lines
916 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 d.orme caper 1.0.3
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Comparative analyses of phylogenetics and evolution
|
|
long_description {*}${description} in R.
|
|
checksums rmd160 dbbf73a6f4bfe5909445b8bf13250f30162f52b3 \
|
|
sha256 4f769748c5db33863d47adf10823cfef21d99c7bd07e9d33072487fd48e135b8 \
|
|
size 1029307
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-ape \
|
|
port:R-mvtnorm
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-xtable
|
|
|
|
test.run yes
|