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
26 lines
1.3 KiB
Tcl
26 lines
1.3 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 enricoschumann textutils 0.4-1 v _CRAN
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Utilities for handling strings and text
|
|
long_description Utilities for handling character vectors that store human-readable text \
|
|
(either plain or with markup, such as HTML or LaTeX). The package provides, \
|
|
in particular, functions that help with the preparation of plain-text reports \
|
|
(e.g. for expanding and aligning strings that form the lines of such reports), \
|
|
it also provides generic functions for transforming R objects to HTML and to plain text.
|
|
homepage http://enricoschumann.net/R/packages/textutils
|
|
checksums rmd160 268c8bc5f712fee8f10a8a1eb32a84fa072941ea \
|
|
sha256 8e0eccdc84b678bfd40b5c62355b1d1338d47e4b70ce8971c856ed24eae34a7a \
|
|
size 32574
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
test.run yes
|