You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
873 B
Tcl
26 lines
873 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 ModelOriented hstats 1.2.1
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Interaction statistics
|
|
long_description {*}${description}
|
|
homepage https://modeloriented.github.io/hstats/
|
|
checksums rmd160 bca7a4d935954a91f13064b35e46afb7422e1304 \
|
|
sha256 1992fd292493d73f0366eb94b6122b07988f4c7e264e1bf64e98f2953ea29550 \
|
|
size 511300
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-ggplot2
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|