mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
46 lines
1.6 KiB
Tcl
46 lines
1.6 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 ropensci rdflib 0.2.9
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tools to manipulate and query semantic data
|
|
long_description {*}${description}
|
|
homepage https://docs.ropensci.org/rdflib
|
|
checksums rmd160 63cc4983f4fa17ed8ab61236ae0af49cca219830 \
|
|
sha256 5e1158f7b3957ae6376aa017ac081a09346c689f3c806c715cb8a54a325ed331 \
|
|
size 145020
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-readr \
|
|
port:R-redland \
|
|
port:R-stringi \
|
|
port:R-tidyr
|
|
|
|
# https://github.com/ropensci/rdflib/issues/46
|
|
patchfiles patch-no-jsonld.diff
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-DT \
|
|
port:R-httr \
|
|
port:R-jqr \
|
|
port:R-jsonlite \
|
|
port:R-knitr \
|
|
port:R-lubridate \
|
|
port:R-magrittr \
|
|
port:R-nycflights13 \
|
|
port:R-purrr \
|
|
port:R-repurrrsive \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-xml2
|
|
|
|
test.run yes
|