-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: textutils
Type: Package
Title: Utilities for Handling Strings and Text
Version: 0.4-2
Date: 2024-05-24
Imports: utils
Suggests: tinytest
Maintainer: Enrico Schumann <[email protected]>
Authors@R: person("Enrico", "Schumann",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7601-6576"))
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. The package also provides generic functions for
transforming R objects to HTML and to plain text.
Collate: char_refs.R functions.R
License: GPL-3
URL: http://enricoschumann.net/R/packages/textutils/ ,
https://git.sr.ht/~enricoschumann/textutils ,
https://github.com/enricoschumann/textutils