Package: tall
Title: Text Analysis for All
Version: 0.2.0
Authors@R: c(
    person(given = "Massimo", 
           family = "Aria",
           email = "aria@unina.it", 
           role = c("aut", "cre", "cph"),
           comment=(ORCID = "0000-0002-8517-9411")),
    person(given = "Maria", 
           family = "Spano", 
           email = "maria.spano@unina.it", 
           role = c("aut"),
           comment= c(ORCID = "0000-0002-3103-2342")),
    person(given ="Luca", 
           family = "D'Aniello", 
           email = "luca.daniello@unina.it", 
           role = c("aut"),
           comment= c(ORCID = "0000-0003-1019-9212")),
    person(given = "Corrado", 
           family = "Cuccurullo", 
           email = "corrado.cuccurullo@unicampania.it", 
           role = c("ctb"),
           comment= c(ORCID = "0000-0002-7401-8575")),
    person(given = "Michelangelo", 
           family = "Misuraca", 
           email = "mmisuraca@unisa.it", 
           role = c("ctb"),
           comment= c(ORCID = "0000-0002-8794-966X"))
    )
Description: An R 'shiny' app designed for diverse text analysis tasks, offering a wide range of methodologies tailored to Natural Language Processing (NLP) needs. 
             It is a versatile, general-purpose tool for analyzing textual data. 
             'tall' features a comprehensive workflow, including data cleaning, preprocessing, statistical analysis, and visualization, all integrated for effective text analysis.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/massimoaria/tall, https://www.k-synth.com/tall/
BugReports: https://github.com/massimoaria/tall/issues
Depends: R (>= 3.5.0), shiny
Imports: graphics, dplyr (>= 1.1.0), shinyWidgets, shinydashboardPlus,
        chromote, later, promises, tidyr, purrr, plotly, stringr, Rcpp
        (>= 1.0.3), RSpectra, rlang, DT, openxlsx, visNetwork, igraph,
        udpipe, topicmodels, pdftools, textrank, strucchange,
        sparkline, tidygraph, readxl, readtext, jsonlite, fontawesome,
        ggraph, ca, shinycssloaders, shinyjs, shinyFiles, readr, curl,
        pagedown, word2vec, umap, parallel, doParallel
LazyData: true
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2025-04-16 13:45:06 UTC; massimoaria
Author: Massimo Aria [aut, cre, cph] (0000-0002-8517-9411),
  Maria Spano [aut] (<https://orcid.org/0000-0002-3103-2342>),
  Luca D'Aniello [aut] (<https://orcid.org/0000-0003-1019-9212>),
  Corrado Cuccurullo [ctb] (<https://orcid.org/0000-0002-7401-8575>),
  Michelangelo Misuraca [ctb] (<https://orcid.org/0000-0002-8794-966X>)
Maintainer: Massimo Aria <aria@unina.it>
Repository: CRAN
Date/Publication: 2025-04-16 14:20:02 UTC
