Package: rtext
Title: R6 Objects for Text and Data
Date: 2021-01-27
Version: 0.1.22
Authors@R: c(
  person(
    "Peter", "Meissner",
    email = "retep.meissner@gmail.com",
    role = c("aut", "cre")
  ),
  person(
    "Ulrich", "Sieberer",
    role = "cph",
    email = "ulrich.sieberer@uni-bamberg.de",
    comment = ""
  ),
  person(
    "University of Konstanz",
    role = "cph",
    email = "willkommen@uni-konstanz.de",
    comment = ""
  )
  )
Description: 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.
Depends: R (>= 3.0.0), stringb (>= 0.1.13)
License: MIT + file LICENSE
LazyData: TRUE
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
Suggests: testthat, knitr, rmarkdown
BugReports: https://github.com/petermeissner/rtext/issues
URL: https://github.com/petermeissner/rtext
RoxygenNote: 7.1.1
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2021-01-28 07:17:49 UTC; peter
Author: Peter Meissner [aut, cre],
  Ulrich Sieberer [cph],
  University of Konstanz [cph]
Maintainer: Peter Meissner <retep.meissner@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-28 07:40:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-01-29 11:36:17 UTC; unix
Archs: rtext.so.dSYM
