mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 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 MatthewHeun RCLabels 0.1.10
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Manipulate matrix row and column labels with ease
|
|
long_description {*}${description}
|
|
homepage https://matthewheun.github.io/RCLabels
|
|
checksums rmd160 59c390ce700eaffd6663daf9efe4fc0e8d352bf9 \
|
|
sha256 ff99b62231321374e65bee1af1360e770deba0aa1a124cb54a7a615ac5006159 \
|
|
size 85696
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-Hmisc \
|
|
port:R-magrittr \
|
|
port:R-purrr
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-stringr \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
test.run yes
|