Package: scholar
Type: Package
Title: Analyse Citation Data from Google Scholar
Version: 0.2.4
Authors@R: c(
    person("Guangchuang", "Yu",   email = "guangchuangyu@gmail.com",   role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
    person("James", "Keirstead",  email = "james.keirstead@gmail.com", role = "aut"),
    person("Gregory", "Jefferis", email = "jefferis@gmail.com",        role = "aut", comment = c(ORCID = "0000-0002-0587-9355")),
    person("Gordon", "Getzinger", role = "ctb"),
    person("Jorge", "Cimentada",    email = "cimentadaj@gmail.com",        role = "ctb"),
    person("Max", "Czapanskiy",     email = "maxczapanskiy@gmail.com",        role = "ctb"),
    person("Dominique", "Makowski", email = "dom.makowski@gmail.com",        role = "ctb")
    )
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
Description: Provides functions to extract citation data from Google
    Scholar.  Convenience functions are also provided for comparing
    multiple scholars and predicting future h-index values.
Depends: R (>= 3.5.0)
Imports: R.cache, dplyr, httr, rlang, rvest, stringr, xml2, tidygraph,
        ggraph, ggplot2
Suggests: knitr, rmarkdown, prettydoc, roxygen2, testthat (>= 2.1.0),
        spelling
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://github.com/YuLab-SMU/scholar
BugReports: https://github.com/YuLab-SMU/scholar/issues
RoxygenNote: 7.2.1
Encoding: UTF-8
Language: en-GB
NeedsCompilation: no
Packaged: 2022-08-09 07:27:44 UTC; ygc
Author: Guangchuang Yu [aut, cre] (<https://orcid.org/0000-0002-6485-8781>),
  James Keirstead [aut],
  Gregory Jefferis [aut] (<https://orcid.org/0000-0002-0587-9355>),
  Gordon Getzinger [ctb],
  Jorge Cimentada [ctb],
  Max Czapanskiy [ctb],
  Dominique Makowski [ctb]
Repository: CRAN
Date/Publication: 2022-08-09 08:20:02 UTC
