rtext: R6 Objects for Text and Data

For natural language processing and analysis of qualitative text coding structures which provide a way to bind together text and text data are fundamental. The package provides such a structure and accompanying methods in form of R6 objects. The 'rtext' class allows for text handling and text coding (character or regex based) including data updates on text transformations as well as aggregation on various levels. Furthermore, the usage of R6 enables inheritance and passing by reference which should enable 'rtext' instances to be used as back-end for R based graphical text editors or text coding GUIs.

Version: 0.1.22
Depends: R (≥ 3.0.0), stringb (≥ 0.1.13)
Imports: R6 (≥ 2.1.2), hellno (≥ 0.0.1), magrittr (≥ 1.5), Rcpp (≥ 0.12.5), digest (≥ 0.6.9), RSQLite (≥ 1.0.0), stats, graphics
LinkingTo: Rcpp
Suggests: testthat, knitr, rmarkdown
Published: 2021-01-28
Author: Peter Meissner [aut, cre], Ulrich Sieberer [cph], University of Konstanz [cph]
Maintainer: Peter Meissner <retep.meissner at gmail.com>
BugReports: https://github.com/petermeissner/rtext/issues
License: MIT + file LICENSE
URL: https://github.com/petermeissner/rtext
NeedsCompilation: yes
Citation: rtext citation info
Materials: NEWS
CRAN checks: rtext results

Documentation:

Reference manual: rtext.pdf

Downloads:

Package source: rtext_0.1.22.tar.gz
Windows binaries: r-devel: rtext_0.1.22.zip, r-release: rtext_0.1.22.zip, r-oldrel: rtext_0.1.22.zip
macOS binaries: r-release (arm64): rtext_0.1.22.tgz, r-oldrel (arm64): rtext_0.1.22.tgz, r-release (x86_64): rtext_0.1.22.tgz, r-oldrel (x86_64): rtext_0.1.22.tgz
Old sources: rtext archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rtext to link to this page.