mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
770 B
Tcl
22 lines
770 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 RVCompare 0.1.8
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license public-domain
|
|
description Compare real-valued random variables
|
|
long_description {*}${description}
|
|
checksums rmd160 5f56050e062114ec0cd467f641ddc556cb0a3f39 \
|
|
sha256 c386bcae26cf8c30dfeaf8281b14b380e25f00f696565ad3fa36f91607031f37 \
|
|
size 29360
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-pracma \
|
|
port:R-Rcpp
|
|
|
|
test.run yes
|