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
44 lines
1.5 KiB
Tcl
44 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
|
|
|
|
R.setup github r-lib pkgload 1.4.0 v
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Simulate package installation
|
|
long_description ${name} simulates the process of installing \
|
|
a package and then attaching it.
|
|
homepage https://pkgload.r-lib.org
|
|
checksums rmd160 4016187c874e7c1a195aaf84cb27c25211278a17 \
|
|
sha256 376927fe12f65ba084a651b9bdf368d9914404a0753157e7294ab86e923f682f \
|
|
size 81115
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-desc \
|
|
port:R-fs \
|
|
port:R-glue \
|
|
port:R-lifecycle \
|
|
port:R-pkgbuild \
|
|
port:R-processx \
|
|
port:R-rlang \
|
|
port:R-rprojroot \
|
|
port:R-withr
|
|
|
|
depends_test-append port:R-bitops \
|
|
port:R-jsonlite \
|
|
port:R-mathjaxr \
|
|
port:R-pak \
|
|
port:R-Rcpp \
|
|
port:R-remotes \
|
|
port:R-rstudioapi \
|
|
port:R-testthat \
|
|
port:R-usethis
|
|
|
|
test.run yes
|