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
33 lines
1.1 KiB
Tcl
33 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran sahilseth params 0.7.3
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Interface to simplify organizing parameters used in a package \
|
|
via external configuration files.
|
|
long_description {*}${description}
|
|
checksums rmd160 fe5ca2895f60b73d610a722c55f743be49d38ab1 \
|
|
sha256 b2d90477b85cdc4ace643fdee5c92820ad58659b800a8bfd36e40bfaba4d317e \
|
|
size 253554
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-glue \
|
|
port:R-purrr \
|
|
port:R-RcppTOML \
|
|
port:R-readr \
|
|
port:R-whisker
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-openxlsx \
|
|
port:R-testthat \
|
|
port:R-utf8
|
|
|
|
test.run yes
|