mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
943 B
Tcl
26 lines
943 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 benjamin.taylor.software miscFuncs 1.5-8
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Miscellaneous useful functions including LaTeX tables, \
|
|
Kalman filtering and development tools
|
|
long_description {*}${description}
|
|
checksums rmd160 f5bb2207a7e985927976c81106aadc34f7ab7c38 \
|
|
sha256 58814cb2314c04235b0fc9f63add52c01d82e06c3c39d6af811c37a1de00ddc6 \
|
|
size 89722
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-extraDistr \
|
|
port:R-mvtnorm \
|
|
port:R-roxygen2
|
|
|
|
depends_test-append port:R-bayesGARCH
|
|
|
|
test.run yes
|