Package: textdata
Title: Download and Load Various Text Datasets
Version: 0.4.5
Authors@R: c(
    person("Emil", "Hvitfeldt", , "emilhhvitfeldt@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0679-1945")),
    person("Julia", "Silge", , "julia.silge@gmail.com", role = "ctb",
           comment = c(ORCID = "0000-0002-3671-836X"))
  )
Description: Provides a framework to download, parse, and store text
    datasets on the disk and load them when needed. Includes various
    sentiment lexicons and labeled text data sets for classification and
    analysis.
License: MIT + file LICENSE
URL: https://emilhvitfeldt.github.io/textdata/,
        https://github.com/EmilHvitfeldt/textdata
BugReports: https://github.com/EmilHvitfeldt/textdata/issues
Imports: fs, rappdirs, readr, tibble
Suggests: covr, knitr, rmarkdown, testthat (>= 2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1.9000
Collate: 'cache_info.R' 'dataset_ag_news.R' 'dataset_dbpedia.R'
        'dataset_imdb.R' 'dataset_sentence_polarity.R' 'dataset_trec.R'
        'embedding_glove.R' 'lexicon_nrc_vad.R' 'lexicon_nrc_eil.R'
        'lexicon_nrc.R' 'lexicon_bing.R' 'lexicon_loughran.R'
        'lexicon_afinn.R' 'download_functions.R' 'info.R'
        'load_dataset.R' 'printer.R' 'process_functions.R'
        'textdata-package.R'
NeedsCompilation: no
Packaged: 2024-05-28 20:14:47 UTC; emilhvitfeldt
Author: Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>),
  Julia Silge [ctb] (<https://orcid.org/0000-0002-3671-836X>)
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-28 20:40:03 UTC
Built: R 4.6.0; ; 2025-07-18 10:19:43 UTC; unix
