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
42 lines
1.5 KiB
Tcl
42 lines
1.5 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran thomasp85 tidygraph 1.3.1 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tidy API for graph manipulation
|
|
long_description {*}${description}
|
|
homepage https://tidygraph.data-imaginist.com
|
|
checksums rmd160 ae5f6d2a9aac1680ea84c494a3c66fd68e55986d \
|
|
sha256 aac1d4bb9396081bbeecbde11a3cd1a26a56bd6b1f608a628b359cb37c18ac1a \
|
|
size 133606
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-cpp11 \
|
|
port:R-dplyr \
|
|
port:R-igraph \
|
|
port:R-lifecycle \
|
|
port:R-magrittr \
|
|
port:R-pillar \
|
|
port:R-R6 \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-ape \
|
|
port:R-covr \
|
|
port:R-data.tree \
|
|
port:R-graph \
|
|
port:R-influenceR \
|
|
port:R-netrankr \
|
|
port:R-NetSwan \
|
|
port:R-network \
|
|
port:R-seriation \
|
|
port:R-testthat
|
|
|
|
test.run yes
|