Package: LDAShiny
Title: User-Friendly Interface for Review of Scientific Literature
Version: 0.9.2
Authors@R: 
    c(person(given = "Javier",
             family = "De La Hoz Maestre",
             role = c("cre", "aut"),
             email = "jdelahozmaestre@gmail.com",
             comment = c(ORCID = "0000-0001-7779-0803")),
      person(given = "María José",
             family = "Fernández Gómez",
             role = "aut",
             email = "mjfg@usal.es",
             comment = c(ORCID = "0000-0002-5530-6416")),
      person(given = "Susana",
             family = "Mendez",
             role = "aut",
             email = "Susana.mendes@ipleiria.pt",
             comment = c(ORCID = "0000-0001-9681-3169")))
Maintainer: Javier De La Hoz Maestre <jdelahozmaestre@gmail.com>
BugReports: https://github.com/JavierDeLaHoz/LDAShiny/issues
Description: Contains the development of a tool that provides a
    web-based graphical user interface (GUI) to perform a review of the
    scientific literature under the Bayesian approach of Latent Dirichlet
    Allocation (LDA)and machine learning algorithms. The application
    methodology is framed by the well known procedures in topic modelling
    on how to clean and process data. Contains methods described by 
    Blei, David M., Andrew Y. Ng, and Michael I. Jordan (2003) 
    <https://jmlr.org/papers/volume3/blei03a/blei03a.pdf> 
    Allocation"; Thomas L. Griffiths and Mark Steyvers (2004) 
    <doi:10.1073/pnas.0307752101> ; Xiong Hui, et al (2019) 
    <doi:10.1016/j.cie.2019.06.010>.
License: GPL-3
Imports: beepr, broom, chinese.misc, dplyr, DT (>= 0.15), highcharter,
        htmlwidgets, ldatuning, parallel, plotly, purrr, quanteda,
        shiny, shinyalert, shinyBS, shinycssloaders, shinydashboard,
        shinydashboardPlus, shinyjs, shinyWidgets, SnowballC, stringr,
        textmineR, tidyr, tidytext, tm, topicmodels
Suggests: knitr, RColorBrewer, rmarkdown, Rmpfr, scales, magrittr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-29 19:41:43 UTC; jdelahozmaestre
Author: Javier De La Hoz Maestre [cre, aut]
    (<https://orcid.org/0000-0001-7779-0803>),
  María José Fernández Gómez [aut]
    (<https://orcid.org/0000-0002-5530-6416>),
  Susana Mendez [aut] (<https://orcid.org/0000-0001-9681-3169>)
Repository: CRAN
Date/Publication: 2021-02-05 08:40:03 UTC
