Package: rb3 Title: Download and Parse Public Data Released by B3 Exchange Description: Download and parse public files released by B3 and convert them into useful formats and data structures common to data analysis practitioners. Version: 0.1.0 Authors@R: c(person("Wilson", "Freitas", email = "wilson.freitas@gmail.com", role = c("aut", "cre")), person("Marcelo", "Perlin", email = "marceloperlin@gmail.com", role = "aut")) License: MIT + file LICENSE Depends: R (>= 4.1.0), Imports: bizdays, stringr, stringi, cli, readr, dplyr, arrow, httr, jsonlite, purrr, rlang, yaml, digest, base64enc, XML, R.utils, lubridate, DBI, RSQLite Suggests: testthat, knitr, rmarkdown, ggplot2, covr, scales, magrittr, tibble, withr, tidyr, vcr (>= 0.6.0) Collate: 'types.R' 'fields.R' 'registry.R' 'template.R' 'meta.R' 'read-marketdata.R' 'fetch-marketdata.R' 'download-marketdata.R' 'scraper-futures.R' 'scraper-cotahist.R' 'scraper-yc.R' 'scraper-indexes.R' 'readers.R' 'downloaders.R' 'rb3-package.R' 'zzz.R' BugReports: https://github.com/ropensci/rb3/issues URL: https://github.com/ropensci/rb3, https://ropensci.github.io/rb3/ VignetteBuilder: knitr Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 Encoding: UTF-8 Config/pak/sysreqs: cmake libicu-dev libxml2-dev libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-11-01 11:06:29 UTC RemoteUrl: https://github.com/ropensci/rb3 RemoteRef: main RemoteSha: ef11508519ac018491b3d3d4e348ceb23ee191de NeedsCompilation: no Packaged: 2026-06-14 07:34:04 UTC; root Author: Wilson Freitas [aut, cre], Marcelo Perlin [aut] Maintainer: Wilson Freitas