mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
999 B
Tcl
29 lines
999 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 edzer hexbin 1.28.4
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Hexagonal binning routines and plotting methods
|
|
long_description {*}${description}
|
|
homepage https://github.com/edzer/hexbin
|
|
checksums rmd160 9906629f93eab02a75734e95d92af45ee5c7749e \
|
|
sha256 7555784d0c91e2680691e7a2c94ade0b1e643570b4e30e4ed31d4842d22fc8a0 \
|
|
size 1199857
|
|
|
|
patchfiles patch-no-affy.diff
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-Biobase \
|
|
port:R-knitr \
|
|
port:R-limma \
|
|
port:R-marray
|
|
|
|
# On ppc there is a warning in one test:
|
|
# https://github.com/edzer/hexbin/issues/24
|
|
test.run yes
|