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
43 lines
1.4 KiB
Tcl
43 lines
1.4 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 r-lib pkgcache 2.2.3 v
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Cache CRAN-like metadata and R packages
|
|
long_description {*}${description}
|
|
checksums rmd160 0a891de0d23865b1492524dd2e40c95068135fd5 \
|
|
sha256 fbcc976fdc8f50a5cf08591e24ca856f598070419f1d989f985c5043c55a5bc7 \
|
|
size 266662
|
|
# github.tarball_from archive
|
|
|
|
depends_lib-append port:R-callr \
|
|
port:R-cli \
|
|
port:R-curl \
|
|
port:R-filelock \
|
|
port:R-jsonlite \
|
|
port:R-processx \
|
|
port:R-R6
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-debugme \
|
|
port:R-desc \
|
|
port:R-fs \
|
|
port:R-mockery \
|
|
port:R-pillar \
|
|
port:R-pingr \
|
|
port:R-rprojroot \
|
|
port:R-sessioninfo \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-webfakes \
|
|
port:R-withr \
|
|
port:R-zip
|
|
|
|
test.run yes
|