mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 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 insightsengineering cards 0.4.0 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description Analysis Results Data
|
|
long_description {*}${description}
|
|
homepage https://insightsengineering.github.io/cards
|
|
checksums rmd160 b0b1f3c3804e343be98ec820fdb3d1eb2ee9e626 \
|
|
sha256 cf7788e5c80216cbe8f7cfa76150e2cbdcef7a21e529cf93662e296c7d13482c \
|
|
size 3704802
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-dplyr \
|
|
port:R-glue \
|
|
port:R-rlang \
|
|
port:R-tidyr \
|
|
port:R-tidyselect
|
|
|
|
depends_test-append port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|