You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
742 B
Tcl
20 lines
742 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 github toshi-ara CIplot 1.0 CRAN-
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Functions to plot confidence interval
|
|
long_description {*}${description}
|
|
checksums rmd160 9052766d74fa4c356ffa9b8064c153bc4e1af892 \
|
|
sha256 0a61a74088183d2fde75d225124053f7d1f44102257631455c43bade36f2edca \
|
|
size 24943
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-multcomp
|