mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
917 B
Tcl
27 lines
917 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 rwoldford eikosograms 0.1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Picture of probability
|
|
long_description {*}${description}
|
|
homepage https://github.com/rwoldford/eikosograms
|
|
checksums rmd160 2dad56b52197f76bf25331ab8649f2d371319ec4 \
|
|
sha256 3a7435754c15d56c192f3bdd91fca27c25bcb36b09665d87859647c418e6458f \
|
|
size 1797632
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-plyr
|
|
|
|
depends_test-append port:R-gridExtra \
|
|
port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|