Type: Package
Package: openalexR
Title: Getting Bibliographic Records from 'OpenAlex' Database Using
        'DSL' API
Version: 2.0.2
Authors@R: c(
    person(given = "Massimo",
           family = "Aria",
           role = c("aut", "cre", "cph"),
           email = "aria@unina.it",
           comment = c(ORCID = "0000-0002-8517-9411")),
    person(given = "Corrado",
           family = "Cuccurullo",
           role = c("ctb"),
           email = "cuccurullocorrado@gmail.com",
           comment = c(ORCID = "0000-0002-7401-8575")),       
    person(given = "Trang",
           family = "Le",
           role = "aut",
           email = "grixor@gmail.com",
           comment = c(ORCID = "0000-0003-3737-6565")),
    person(given = "June",
           family = "Choe",
           role = c("aut"),
           email = "jchoe001@gmail.com",
           comment = c(ORCID = "0000-0002-0701-921X"))
    )
Description: A set of tools to extract bibliographic content from
    'OpenAlex' database using API <https://docs.openalex.org>.
License: MIT + file LICENSE
URL: https://github.com/ropensci/openalexR,
        https://docs.ropensci.org/openalexR/
BugReports: https://github.com/ropensci/openalexR/issues
Imports: httr, jsonlite, progress, rlang, tibble
Suggests: testthat (>= 3.0.0), dplyr, knitr, rmarkdown, tidyr, purrr,
        ggplot2, coro, rentrez, rrapply, covr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Depends: R (>= 3.5)
NeedsCompilation: no
Packaged: 2025-10-20 19:52:34 UTC; massimoaria
Author: Massimo Aria [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-8517-9411>),
  Corrado Cuccurullo [ctb] (ORCID:
    <https://orcid.org/0000-0002-7401-8575>),
  Trang Le [aut] (ORCID: <https://orcid.org/0000-0003-3737-6565>),
  June Choe [aut] (ORCID: <https://orcid.org/0000-0002-0701-921X>)
Maintainer: Massimo Aria <aria@unina.it>
Repository: CRAN
Date/Publication: 2025-10-21 09:10:33 UTC
Built: R 4.4.1; ; 2025-10-21 10:54:03 UTC; unix
