Type: Package
Package: openalexR
Title: Getting Bibliographic Records from 'OpenAlex' Database Using
        'DSL' API
Version: 1.0.0
Authors@R: c(
    person(given = "Massimo",
           family = "Aria",
           role = c("aut", "cre", "cph"),
           email = "massimo.aria@gmail.com",
           comment = c(ORCID = "0000-0002-8517-9411")),
    person(given = "Trang",
           family = "Le",
           role = "aut",
           email = "grixor@gmail.com",
           comment = c(ORCID = "0000-0003-3737-6565"))
    )
Description: A set of tools to extract bibliographic content from
    'OpenAlex' database using API <https://docs.openalex.org/api/>.
License: MIT + file LICENSE
URL: https://github.com/massimoaria/openalexR,
        https://massimoaria.github.io/openalexR/
BugReports: https://github.com/massimoaria/openalexR/issues
Imports: curl, httr, jsonlite, progress, tibble
Suggests: testthat (>= 3.0.0), dplyr, knitr, rmarkdown, tidyr, purrr,
        ggplot2
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-10-06 10:24:02 UTC; massimoaria
Author: Massimo Aria [aut, cre, cph] (<https://orcid.org/0000-0002-8517-9411>),
  Trang Le [aut] (<https://orcid.org/0000-0003-3737-6565>)
Maintainer: Massimo Aria <massimo.aria@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-06 10:40:02 UTC
