Package: topics
Type: Package
Title: Creating and Significance Testing Language Features for
        Visualisation
Version: 0.50
Authors@R: c(
    person("Leon", "Ackermann", 
    role = c("aut"), 
      comment = c(ORCID = "0009-0008-8583-8748"),
    ),
        person("Zhuojun", "Gu", 
        role = c("aut"), 
      comment = c(ORCID = "0009-0000-1610-4830"),
    ),
    person("Oscar", "Kjell", , "oscar.kjell@psy.lu.se", 
    role = c("aut", "cre"), 
      comment = c(ORCID = "0000-0002-2728-6278"))
    )
Description: Implements differential language analysis with statistical tests and offers various language visualization techniques for n-grams and topics. It also supports the 'text' package. For more information, visit <https://r-topics.org/> and <https://www.r-text.org/>.
License: GPL-3
URL: https://r-topics.org/
BugReports: https://github.com/theharmonylab/topics/issues
Encoding: UTF-8
Archs: x64
SystemRequirements: Python (>= 3.6.0)
LazyData: true
BuildVignettes: true
Imports: textmineR, ggplot2, dplyr, mallet, rJava, ggwordcloud, tibble,
        methods, readr, stopwords, Matrix, ngram, stringr, rlang,
        tidyr, purrr, data.table
RoxygenNote: 7.3.2
Suggests: text, glmnet, knitr, rmarkdown, testthat, covr, vdiffr
VignetteBuilder: knitr
Depends: R (>= 4.00)
NeedsCompilation: no
Packaged: 2025-03-09 16:51:35 UTC; oscarkjell
Author: Leon Ackermann [aut] (<https://orcid.org/0009-0008-8583-8748>),
  Zhuojun Gu [aut] (<https://orcid.org/0009-0000-1610-4830>),
  Oscar Kjell [aut, cre] (<https://orcid.org/0000-0002-2728-6278>)
Maintainer: Oscar Kjell <oscar.kjell@psy.lu.se>
Repository: CRAN
Date/Publication: 2025-03-10 09:30:02 UTC
