You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paste the full DESCRIPTION file inside a code block below:
Package: bddkR
Type: Package
Title: What the Package Does (Title Case)
Version: 0.1.0
Authors@R: person(given = "Ozancan",
family = "Ozdemir",
role = c("aut", "cre"),
email = "ozancanozdemir@gmail.com")
Maintainer: Ozancan Ozdemir <ozancanozdemir@gmail.com>
Description: The package fetches monthly financial tables and banking sector data published on the official website of the Banking Regulation and Supervision Agency (BRSA, BDDK) of Turkey and also enables you to save it as an Excel file. It is a R implementation of the Python package of [bddkdata](https://pypi.org/project/bddkdata/).
License: MIT + file LICENSE
URL: https://github.com/ozancanozdemir/bddkR
BugReports: https://github.com/ozancanozdemir/bddkR/issues
Depends:
R (>= 4.0)
Imports:
httr,
jsonlite,
dplyr,
writexl,
lubridate
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Scope
Data Lifecycle Packages
data retrieval
data extraction
data munging
data deposition
data validation and testing
workflow automation
version control
citation management and bibliometrics
scientific software wrappers
field and lab reproducibility tools
database software bindings
geospatial data
translation
Statistical Packages
Bayesian and Monte Carlo Routines
Dimensionality Reduction, Clustering, and Unsupervised Learning
Machine Learning
Regression and Supervised Learning
Exploratory Data Analysis (EDA) and Summary Statistics
Spatial Analyses
Time Series Analyses
Probability Distributions
Explain how and why the package falls under these categories (briefly, 1-2 sentences). Please note any areas you are unsure of: bddkR retrieves monthly banking sector data published on the official BDDK (Banking Regulation and Supervision Agency of Turkey) website and processes it into ready-to-use tables/Excel files, so it fits the "data retrieval" category.
If submitting a statistical package, have you already incorporated documentation of standards into your code via the srr package? Not applicable, this is not a statistical package.
Who is the target audience and what are scientific applications of this package? Researchers, economists, and policy analysts studying the Turkish banking sector and financial stability who need programmatic access to BDDK's published data.
Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category? To our knowledge there is no existing R package retrieving BDDK banking sector data. This package is an R implementation of an existing Python package (bddkdata).
(If applicable) Does your package comply with our guidance around Ethics, Data Privacy and Human Subjects Research? Yes. The package only accesses publicly published, aggregate regulatory data; it does not involve personal or sensitive data.
Any other questions or issues we should be aware of?: Our GitHub main branch DESCRIPTION file still has a placeholder Title and shows version 0.1.0, while the version released on CRAN is 0.1.1 with an updated title; happy to sync this if needed.
Use of Generative AI
Generative AI tools were used to produce some of the material in this submission.
Generative AI tools were used to help debug some errors during development of the package.
Submitting Author Name: Ozancan Ozdemir
Submitting Author Github Handle: @ozancanozdemir
Repository: https://github.com/ozancanozdemir/bddkR
Submission type: Pre-submission
Language: en
Scope
Data Lifecycle Packages
Statistical Packages
Bayesian and Monte Carlo Routines
Dimensionality Reduction, Clustering, and Unsupervised Learning
Machine Learning
Regression and Supervised Learning
Exploratory Data Analysis (EDA) and Summary Statistics
Spatial Analyses
Time Series Analyses
Probability Distributions
Explain how and why the package falls under these categories (briefly, 1-2 sentences). Please note any areas you are unsure of: bddkR retrieves monthly banking sector data published on the official BDDK (Banking Regulation and Supervision Agency of Turkey) website and processes it into ready-to-use tables/Excel files, so it fits the "data retrieval" category.
If submitting a statistical package, have you already incorporated documentation of standards into your code via the srr package? Not applicable, this is not a statistical package.
Who is the target audience and what are scientific applications of this package? Researchers, economists, and policy analysts studying the Turkish banking sector and financial stability who need programmatic access to BDDK's published data.
Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category? To our knowledge there is no existing R package retrieving BDDK banking sector data. This package is an R implementation of an existing Python package (bddkdata).
(If applicable) Does your package comply with our guidance around Ethics, Data Privacy and Human Subjects Research? Yes. The package only accesses publicly published, aggregate regulatory data; it does not involve personal or sensitive data.
Any other questions or issues we should be aware of?: Our GitHub main branch DESCRIPTION file still has a placeholder Title and shows version 0.1.0, while the version released on CRAN is 0.1.1 with an updated title; happy to sync this if needed.
Use of Generative AI
Generative AI tools were used to help debug some errors during development of the package.