Package: fcall
Title: Parse Farm Credit Administration Call Report Data into Tidy Data
        Frames
Version: 0.1.6
Authors@R: c(
    person("Michael", "Thomas", email = "mthomas@ketchbrookanalytics.com",
           role = c("aut", "cre")),
    person("Ivan", "Millanes", email = "imillanes@ketchbrookanalytics.com",
           role = "aut"),
    person("Ketchbrook Analytics", role = c("cph", "fnd"))
  )
Description: Parses financial condition and performance data (Call Reports) for
    institutions in the United States Farm Credit System. Contains functions for
    downloading files from the Farm Credit Administration (FCA) Call Report
    archive website and reading the files into tidy data frame format.
    The archive website can be found at
    <https://www.fca.gov/bank-oversight/call-report-data-for-download>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Depends: R (>= 4.1)
Imports: cli, dplyr, glue, purrr, rlang, stringr, tibble, tidyr, utils,
        waldo
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), withr
URL: https://ketchbrookanalytics.github.io/fcall/,
        https://github.com/ketchbrookanalytics/fcall
BugReports: https://github.com/ketchbrookanalytics/fcall/issues
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-12-10 19:27:20 UTC; root
Author: Michael Thomas [aut, cre],
  Ivan Millanes [aut],
  Ketchbrook Analytics [cph, fnd]
Maintainer: Michael Thomas <mthomas@ketchbrookanalytics.com>
Repository: CRAN
Date/Publication: 2025-12-10 19:40:02 UTC
Built: R 4.6.0; ; 2025-12-24 04:39:21 UTC; windows
