You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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 gargle 1.5.2 v
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Manage the life cycle of your exported functions \
|
|
and arguments
|
|
long_description {*}${description}
|
|
homepage https://gargle.r-lib.org
|
|
checksums rmd160 e0921389818dc094ad406b9b3a8d47ae8a1a4e5b \
|
|
sha256 d1c12ff09fd87522935039904c34dea6ff752c48af044e5211aad60db36572db \
|
|
size 471898
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-fs \
|
|
port:R-glue \
|
|
port:R-httr \
|
|
port:R-jsonlite \
|
|
port:R-lifecycle \
|
|
port:R-openssl \
|
|
port:R-rappdirs \
|
|
port:R-rlang \
|
|
port:R-withr
|
|
|
|
depends_test-append port:R-aws.ec2metadata \
|
|
port:R-aws.signature \
|
|
port:R-covr \
|
|
port:R-httpuv \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-sodium \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|
|
test.args-append --ignore-vignettes
|