mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
797 B
Tcl
23 lines
797 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 cran labelVector 0.1.2
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Label attributes for atomic vectors
|
|
long_description {*}${description}
|
|
checksums rmd160 771fd689344e5abf42b75f3898fd620925cb0272 \
|
|
sha256 c4cab8de630b2da1c6fd7d51313e4377f286b151714a88abb0b18a82ec9bf81a \
|
|
size 19009
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-Hmisc \
|
|
port:R-knitr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|