mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
694 B
Tcl
21 lines
694 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 staudtlex icr 0.6.5
|
||
revision 1
|
||
maintainers nomaintainer
|
||
license GPL-2+
|
||
description Compute Krippendorff’s α
|
||
long_description {*}${description}
|
||
checksums rmd160 fe5ef55159dfb650485cfe9889363af6d912a549 \
|
||
sha256 957b47624f542d18d39ddd39e1ba1a3e8d11c3de60170b79c387a5d5535291ec \
|
||
size 199716
|
||
|
||
depends_lib-append port:R-Rcpp
|
||
|
||
depends_test-append port:R-ggplot2
|
||
|
||
test.run yes
|