Package: yfR
Title: Downloads and Organizes Financial Data from Yahoo Finance
Version: 1.1.2
Authors@R: c(person("Marcelo", "Perlin", email = "marceloperlin@gmail.com", role = c("aut", "cre")),
             person("Nic", "Crane", role = "rev",
                    comment = "Nic reviewed the package (v. 0.0.5) for 
                    rOpenSci, see <https://github.com/ropensci/software-review/issues/523>"),
            person("Alexander", "Fischer", role = "rev",
                    comment = "Alexander reviewed the package (v. 0.0.5) for 
                    rOpenSci, see <https://github.com/ropensci/software-review/issues/523>"))  
Description: Facilitates download of financial data from Yahoo Finance <https://finance.yahoo.com/>, 
 a vast repository of stock price data across multiple financial exchanges. The package offers a local caching system
 and support for parallel computation.
URL: https://github.com/ropensci/yfR, https://docs.ropensci.org/yfR/
BugReports: https://github.com/ropensci/yfR/issues
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports: stringr, tidyr, lubridate, furrr, purrr, future, tibble, zoo,
        cli, readr, rvest, dplyr, quantmod (>= 0.4.20), magrittr,
        methods, pingr, tidyselect, glue, httr, jsonlite, janitor
License: MIT + file LICENSE
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), ggplot2, covr,
        spelling
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US
NeedsCompilation: no
Packaged: 2025-05-19 17:02:36 UTC; msperlin
Author: Marcelo Perlin [aut, cre],
  Nic Crane [rev] (Nic reviewed the package (v. 0.0.5) for rOpenSci, see
    <https://github.com/ropensci/software-review/issues/523>),
  Alexander Fischer [rev] (Alexander reviewed the package (v. 0.0.5) for
    rOpenSci, see
    <https://github.com/ropensci/software-review/issues/523>)
Maintainer: Marcelo Perlin <marceloperlin@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-19 18:00:02 UTC
Built: R 4.4.3; ; 2025-10-08 04:16:03 UTC; windows
