Package: LDABiplots
Type: Package
Title: Biplot Graphical Interface for LDA Models
Version: 0.1.2
Authors@R: 
    c(person(given = "Luis",
             family = "Pilacuan-Bonete",
             role = c("cre","aut"),
             email = "luis.pilacuanb@ug.edu.ec",
             comment = c(ORCID = "0000-0002-6625-0905")),
      person(given = "Purificacion",
             family = "Galindo-Villardón",
             role = c("aut"),
             email = "pgalindo@usal.es",
             comment = c(ORCID = "0000-0001-6977-7545")),
      person(given = "Javier",
             family = "De La Hoz Maestre",
             role = c("aut"),
             email = "jdelahoz@unimagdalena.edu.co",
             comment = c(ORCID = "0000-0001-7779-0803")),
      person(given = "Francisco Javier",
             family = "Delgado-Álvarez",
             role = c("aut"),
             email = "j.delgado@usal.es",
             comment = c(ORCID = "0000-0002-2626-2709")))
Maintainer: Luis Pilacuan-Bonete <luis.pilacuanb@ug.edu.ec>
Description: Contains the development of a tool that provides a web-based graphical
             user interface (GUI) to perform Biplots representations from a scraping of
             news from digital newspapers under the Bayesian approach of Latent Dirichlet 
             Assignment (LDA) and machine learning algorithms. Contains LDA methods 
             described by Blei , David M., Andrew Y. Ng and Michael I. Jordan (2003) 
             <https://jmlr.org/papers/volume3/blei03a/blei03a.pdf>,
             and Biplot methods described by Gabriel K.R(1971) <doi:10.1093/biomet/58.3.453>
             and Galindo-Villardon P(1986) <https://diarium.usal.es/pgalindo/files/2012/07/Questiio.pdf>.
License: GPL-3
Encoding: UTF-8
Imports: shiny, shinyBS, shinydashboard, shinyWidgets, shinyalert,
        shinybusy, shinyjs, shinycssloaders, dplyr, ggplot2, rvest, DT,
        highcharter, tidyr, SnowballC, ldatuning, topicmodels,
        textmineR, chinese.misc, stringr, htmlwidgets, ggrepel,
        textplot, glasso, qgraph, Matrix, utils, factoextra, quanteda
RoxygenNote: 7.2.0
Suggests: rmarkdown, knitr, beepr, readxl
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-07-15 19:13:01 UTC; luisp
Author: Luis Pilacuan-Bonete [cre, aut]
    (<https://orcid.org/0000-0002-6625-0905>),
  Purificacion Galindo-Villardón [aut]
    (<https://orcid.org/0000-0001-6977-7545>),
  Javier De La Hoz Maestre [aut]
    (<https://orcid.org/0000-0001-7779-0803>),
  Francisco Javier Delgado-Álvarez [aut]
    (<https://orcid.org/0000-0002-2626-2709>)
Repository: CRAN
Date/Publication: 2022-07-18 12:00:08 UTC
Built: R 4.1.2; ; 2022-07-19 11:26:43 UTC; unix
