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 r-lib pak 0.8.0
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Another approach to package installation
|
|
long_description {*}${description}
|
|
homepage https://pak.r-lib.org
|
|
checksums rmd160 cad456a13b56c7497e038f89fcfa4b2b75ef6b8b \
|
|
sha256 853fddebcdae528c3f6ec1ff7833b3bf368c5693b565891bb0e27de0e18c2867 \
|
|
size 2046894
|
|
# github.tarball_from archive
|
|
|
|
depends_test-append port:R-callr \
|
|
port:R-cli \
|
|
port:R-covr \
|
|
port:R-curl \
|
|
port:R-desc \
|
|
port:R-filelock \
|
|
port:R-gitcreds \
|
|
port:R-glue \
|
|
port:R-jsonlite \
|
|
port:R-mockery \
|
|
port:R-pingr \
|
|
port:R-pkgbuild \
|
|
port:R-pkgcache \
|
|
port:R-pkgdepends \
|
|
port:R-pkgsearch \
|
|
port:R-processx \
|
|
port:R-ps \
|
|
port:R-rstudioapi \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|