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 . 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 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://ketchbrookanalytics.r-universe.dev Date/Publication: 2026-06-01 18:25:58 UTC RemoteUrl: https://github.com/ketchbrookanalytics/fcall RemoteRef: HEAD RemoteSha: 6bb611d9fd00812222fcfcf8446420f3dcd73f3f NeedsCompilation: no Packaged: 2026-07-04 11:03:42 UTC; root Author: Michael Thomas [aut, cre], Ivan Millanes [aut], Ketchbrook Analytics [cph, fnd] Maintainer: Michael Thomas