mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
894 B
Tcl
25 lines
894 B
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 lrberge stringmagic 1.1.2
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Character string operations and interpolation
|
|
long_description {*}${description}, magic edition.
|
|
homepage https://lrberge.github.io/stringmagic
|
|
checksums rmd160 c18e5a3909e43d0effdceba816a8a6814a05e5bc \
|
|
sha256 eed1c04aa99be5a99ecfdd32498279f170e261669cc1b91d18673454064b8f8c \
|
|
size 3340420
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-data.table \
|
|
port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|