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
31 lines
1.0 KiB
Tcl
31 lines
1.0 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 github r-lib conflicted 1.2.0 v
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Alternative conflict resolution strategy
|
|
long_description {*}${description}
|
|
homepage https://conflicted.r-lib.org
|
|
checksums rmd160 1004ed837c10b594aaab8f64436c66fc416817a1 \
|
|
sha256 02baf2b795169eeed4bf95e1b81c86f84bca6735672b93854129ba5d4bac7fd6 \
|
|
size 21384
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-memoise \
|
|
port:R-rlang
|
|
|
|
depends_test-append port:R-callr \
|
|
port:R-covr \
|
|
port:R-dplyr \
|
|
port:R-pkgload \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|