Package: textreg
Type: Package
Title: n-Gram Text Regression, aka Concise Comparative Summarization
Version: 0.1.6
Date: 2026-09-16
Authors@R: 
    person(given = "Luke",
           family = "Miratrix",
           role = c("aut", "cre"),
           email = "luke_miratrix@gse.harvard.edu")
Description: Function for sparse regression on raw text, regressing a labeling
    vector onto a feature space consisting of all possible phrases.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 2.10),
Imports: tm (>= 0.7), NLP (>= 0.1-10), Rcpp (>= 0.12.9), stats,
        graphics, utils
Suggests: corrplot, knitr, SnowballC (>= 0.5.1), xtable, testthat,
        plyr, rmarkdown
LinkingTo: Rcpp
VignetteBuilder: knitr
RoxygenNote: 7.3.3
NeedsCompilation: yes
Packaged: 2026-09-16 17:26:37 UTC; lmiratrix
Author: Luke Miratrix [aut, cre]
Maintainer: Luke Miratrix <luke_miratrix@gse.harvard.edu>
Repository: CRAN
Date/Publication: 2026-09-16 23:30:09 UTC
