You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
774 B
Tcl
23 lines
774 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 cran rwc 1.11
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Random Walk Covariance models
|
|
long_description {*}${description}
|
|
checksums rmd160 87517ed49a1ea470dd59670831d8e43cbdb23b8f \
|
|
sha256 8fc4e6d61a7731d2edddcfd1d9d8f7f17e1dbb180275c20ae6e05b72e79a0fe2 \
|
|
size 10910
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-mvtnorm \
|
|
port:R-raster
|
|
|
|
test.run yes
|