Package: GetFREData
Title: Reading FRE Corporate Data of Public Traded Companies from B3
Version: 1.0.1
Authors@R: c(person("Marcelo", "Perlin", email = "marceloperlin@gmail.com", role = c("aut", "cre")),
person("Guilherme", "Kirch", email = "guilhermekirch@gmail.com", role = c("aut")))
Description: Reads corporate data such as board composition and
compensation for companies traded at B3, the Brazilian exchange
. All data is downloaded and imported
from the ftp site
.
Depends: R (>= 4.1.0)
Imports: stringr, xml2, dplyr, readr, lubridate, magrittr, purrr,
rvest, XML, GetDFPData2, utils, cli, fs, glue, janitor,
lifecycle
ByteCompile: true
Encoding: UTF-8
License: GPL-2
BugReports: https://github.com/msperlin/GetFREData/issues
URL: https://github.com/msperlin/GetFREData/
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), ggplot2
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev
libssl-dev libx11-dev zlib1g-dev
Repository: https://msperlin.r-universe.dev
Date/Publication: 2026-06-16 11:52:14 UTC
RemoteUrl: https://github.com/msperlin/getfredata
RemoteRef: HEAD
RemoteSha: c25c65d03d5efe8df68609eeb40615c51d05f1de
NeedsCompilation: no
Packaged: 2026-06-16 12:28:32 UTC; root
Author: Marcelo Perlin [aut, cre],
Guilherme Kirch [aut]
Maintainer: Marcelo Perlin