mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 KiB
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 juancentro tvm 0.5.2
|
|
revision 1
|
|
categories-append finance
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Functions for managing cashflows and interest rate curves
|
|
long_description {*}${description}
|
|
homepage https://bitbucket.org/juancentro/tvm
|
|
checksums rmd160 6e93450dbada53e0520c8a5080f79d7f4fc7bc95 \
|
|
sha256 fc6df3ea84a47506d2ad14c56e536b898e86115e7123828dde55049868c55c4f \
|
|
size 29685
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-reshape2 \
|
|
port:R-scales
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|