You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 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 Dmitry_Otryakhin EstimDiagnostics 0.0.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Diagnostic tools and unit tests for statistical estimators
|
|
long_description {*}${description}
|
|
homepage https://gitlab.com/Dmitry_Otryakhin/diagnostics-and-tests-for-statistical-estimators
|
|
checksums rmd160 69e25f0ce8553e0d40266378584861223da7803b \
|
|
sha256 910ef707ffb58a07b1d7e5dc2656b98a8491b29dabf6bfaa580abfdc3ef9d30c \
|
|
size 75787
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-foreach \
|
|
port:R-ggplot2 \
|
|
port:R-goftest \
|
|
port:R-reshape2 \
|
|
port:R-rlang \
|
|
port:R-testthat
|
|
|
|
depends_test-append port:R-doParallel \
|
|
port:R-gridExtra \
|
|
port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|