mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 cran libbib 1.6.4
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Various utilities for library science/assessment and cataloging
|
|
long_description {*}${description}
|
|
checksums rmd160 ce92f6f4a0c4e21b95f38b4e330dcfeed3d0550e \
|
|
sha256 b326d817e50b01cee239d3c7d73475dfc71d755e6202c0daf787bd5eded68dc9 \
|
|
size 145852
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-curl \
|
|
port:R-data.table \
|
|
port:R-pbapply \
|
|
port:R-stringr \
|
|
port:R-xml2
|
|
|
|
depends_test-append port:R-assertr \
|
|
port:R-knitr \
|
|
port:R-magrittr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|