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.0.2
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), bizdays
Imports: stringr, proto, cli, readr, dplyr, rvest, httr, jsonlite,
        purrr, ascii, rlang, methods, yaml, digest, base64enc
Suggests: testthat, knitr, DT, miniUI, shiny, xtable, rmarkdown,
        ggplot2, covr, scales, magrittr, tibble, tidyr, fixedincome
Collate: 'rb3-package.R' 'util.R' 'transmute.R' 'fields.R' 'handlers.R'
        'marketdata.R' 'download-data.R' 'file.R' 'convert_to.R'
        'scraper-cdi.R' 'scraper-futures.R' 'scraper-yc.R'
        'scraper-cotahist.R' 'addin-show-templates.R'
        'addin-display-template.R' 'readers.R' 'downloaders.R' 'zzz.R'
BugReports: https://github.com/wilsonfreitas/rb3/issues
URL: https://github.com/wilsonfreitas/rb3,
        http://wilsonfreitas.github.io/rb3/
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-05-09 23:58:23 UTC; wilso
Author: Wilson Freitas [aut, cre],
  Marcelo Perlin [aut]
Maintainer: Wilson Freitas <wilson.freitas@gmail.com>
Repository: CRAN
Date/Publication: 2022-05-10 09:10:02 UTC
