You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.5 KiB
Tcl
40 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 cran r-lib cli 3.6.3
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tools for making beautiful & useful command line interfaces
|
|
long_description A suite of tools to build attractive command line interfaces (CLIs) \
|
|
from semantic elements: headings, lists, alerts, paragraphs etc.
|
|
homepage https://cli.r-lib.org
|
|
checksums rmd160 24fa9967da5ea314dcdcdd9043434ad7369d1a45 \
|
|
sha256 4295085f11221c54b1dd2b1d39a675a85dfd9f900294297567e1d36f65ac4841 \
|
|
size 568162
|
|
|
|
depends_test-append port:R-callr \
|
|
port:R-covr \
|
|
port:R-crayon \
|
|
port:R-digest \
|
|
port:R-glue \
|
|
port:R-htmltools \
|
|
port:R-htmlwidgets \
|
|
port:R-knitr \
|
|
port:R-mockery \
|
|
port:R-processx \
|
|
port:R-ps \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-rprojroot \
|
|
port:R-rstudioapi \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-whoami \
|
|
port:R-withr
|
|
|
|
test.run yes
|