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
30 lines
1.1 KiB
Tcl
30 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 krlmlr utf8 1.2.6 v
|
||
set R.package utf8
|
||
github.tarball_from tarball
|
||
revision 0
|
||
categories-append textproc
|
||
maintainers nomaintainer
|
||
license Apache-2
|
||
description UTF-8 text processing
|
||
long_description R package for manipulating and printing UTF-8 text \
|
||
that fixes multiple bugs in R’s UTF-8 handling.
|
||
homepage https://ptrckprry.com/r-utf8
|
||
checksums rmd160 0d98357ac79bf10a4c15edd90cb6172086cab292 \
|
||
sha256 0ce11824f1fa252b4ab46cf45354975b41499149614eb0243f0a555830d412e9 \
|
||
size 1353554
|
||
|
||
depends_test-append port:R-cli \
|
||
port:R-covr \
|
||
port:R-knitr \
|
||
port:R-rlang \
|
||
port:R-rmarkdown \
|
||
port:R-testthat \
|
||
port:R-withr
|
||
|
||
test.run yes
|