Type: Package
Package: wdi2
Title: Download World Development Indicators from the World Bank
        Indicators API
Version: 0.1.0
Authors@R: c(
    person("Christoph", "Scheuch", , "christoph.scheuch@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0004-0423-6819"))
  )
Description: A modern, flexible interface for accessing the World Bank’s World Development Indicators 
  (WDI) API <https://datahelpdesk.worldbank.org/knowledgebase/articles/889392-about-the-indicators-api-documentation>. 
  Similar to the existing 'WDI' package, 'wdi2' allows users to download, process, and analyze 
  indicator data for multiple countries and years. However, 'wdi2' differs by relying on 'httr2' 
  for multi-page request and error handling, providing support for downloading multiple indicators 
  with a single function call, using progress bars to keep users informed about the data processing,
  and returning the processed data in a tidy data format in line with Wickham (2014) <doi:10.18637/jss.v059.i10>.
License: MIT + file LICENSE
URL: https://github.com/tidy-intelligence/r-wdi2
BugReports: https://github.com/tidy-intelligence/r-wdi2/issues
Depends: R (>= 4.1)
Imports: cli, dplyr (>= 1.0.0), httr2 (>= 1.0.0), purrr (>= 1.0.0),
        tibble, tidyr (>= 1.0.0)
Suggests: knitr, rmarkdown, testthat (>= 3.2.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2.9000
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-09-10 11:44:55 UTC; krise
Author: Christoph Scheuch [aut, cre] (<https://orcid.org/0009-0004-0423-6819>)
Maintainer: Christoph Scheuch <christoph.scheuch@gmail.com>
Repository: CRAN
Date/Publication: 2024-09-12 17:50:02 UTC
