mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
991 B
Tcl
29 lines
991 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 old.
|
|
R.setup cran tmcd82070 Rdistance 3.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Distance-sampling analyses for density and abundance estimation
|
|
long_description {*}${description}
|
|
checksums rmd160 4d58b051f6f0081cdbd6d9be830e36e6a91ffaef \
|
|
sha256 d7825fb3f524d418e80f4e99deb9f21bfa276559b1182d8131496b4f4a20011d \
|
|
size 698635
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-crayon \
|
|
port:R-units
|
|
|
|
depends_test-append port:R-devtools \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|