Package: Rapi
Type: Package
Title: Interface for Multiple Data Providers 'EDDS' and 'FRED'
Version: 1.0.6
Date: 2025-01-13
Authors@R: c(
    person("Sermet", "Pekin", , "sermet.pekin@gmail.com", role = c("aut", "cre" , "cph"))
  )
Maintainer: Sermet Pekin <sermet.pekin@gmail.com>
URL: https://github.com/DataRapi/Rapi, https://DataRapi.github.io/Rapi/
BugReports: https://github.com/DataRapi/Rapi/issues
Description: Interface for multiple data sources, such as the 
    `EDDS` API <https://evds2.tcmb.gov.tr/index.php?/evds/userDocs> of the 
    Central Bank of the Republic of Türkiye and the 
    `FRED` API <https://fred.stlouisfed.org/docs/api/fred/> of the Federal Reserve Bank. 
    Both data providers require API keys for access, which users can easily obtain 
    by creating accounts on their respective websites. 
    The package provides caching ability with the selection of periods to increase the 
    speed and efficiency of requests. 
    It combines datasets requested from different sources, 
    helping users when the data has common frequencies. 
    While combining data frames whenever possible, it also keeps all requested data
    available as separate data frames to increase efficiency.
License: MIT + file LICENSE
LinkingTo: Rcpp
Depends: R (>= 3.4.3), Rcpp
Imports: crayon, digest, dplyr, httr, httr2, glue, jsonlite, lubridate,
        magrittr, purrr, rlang, rlist, stringr, tibble, writexl
Suggests: devtools, testthat
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-01-13 15:58:12 UTC; sermetpekin
Author: Sermet Pekin [aut, cre, cph]
Repository: CRAN
Date/Publication: 2025-01-13 16:50:05 UTC
Built: R 4.6.0; x86_64-apple-darwin20; 2025-08-18 11:39:18 UTC; unix
Archs: Rapi.so.dSYM
