mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
995 B
Tcl
29 lines
995 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 airr-community airr 1.5.0
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license CC-BY-4
|
|
description AIRR data representation reference library
|
|
long_description {*}${description}
|
|
checksums rmd160 62de42e333e3835ba34c3f19a67c12dfc8a28e31 \
|
|
sha256 20883c5993abc08aba1c80aef70221673d1defa17b3b61aef6372f309e4f6a4c \
|
|
size 345343
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-jsonlite \
|
|
port:R-readr \
|
|
port:R-stringi \
|
|
port:R-yaml
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
test.run yes
|