Type: Package
Package: tidyfinance
Title: Tidy Finance Helper Functions
Version: 0.4.2
Authors@R: c(
    person("Christoph", "Scheuch", , "christoph@tidy-intelligence.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0009-0004-0423-6819")),
    person("Stefan", "Voigt", , "stefan.voigt@econ.ku.dk", role = c("aut", "cph"),
           comment = c(ORCID = "0000-0001-5619-3161")),
    person("Patrick", "Weiss", , "patrickw@ru.is", role = c("aut", "cph"),
           comment = c(ORCID = "0000-0002-9282-5872")),
    person("Maximilian", "Mücke", role = "ctb",
           comment = c(ORCID = "0009-0000-9432-9795"))
  )
Description: Helper functions for empirical research in financial
    economics, addressing a variety of topics covered in Scheuch, Voigt,
    and Weiss (2023) <doi:10.1201/b23237>.  The package is designed to
    provide shortcuts for issues extensively discussed in the book,
    facilitating easier application of its concepts. For more information
    and resources related to the book, visit
    <https://www.tidy-finance.org/r/index.html>.
License: MIT + file LICENSE
URL: https://www.tidy-finance.org/r/,
        https://github.com/tidy-finance/r-tidyfinance
BugReports: https://github.com/tidy-finance/r-tidyfinance/issues
Depends: R (>= 4.1)
Imports: cli, dplyr (>= 1.1.4), lifecycle, lubridate (>= 1.9.3), purrr
        (>= 1.0.2), rlang (>= 1.1.3), slider (>= 0.3.1), stats, tibble,
        tidyr (>= 1.3.1)
Suggests: DBI (>= 1.2.2), dbplyr (>= 2.5.0), frenchdata (>= 0.2.0),
        furrr (>= 0.3.1), httr2 (>= 1.0.0), knitr, rmarkdown, RPostgres
        (>= 1.4.5), sandwich (>= 3.1-0), testthat (>= 3.2.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-11-30 11:29:34 UTC; krise
Author: Christoph Scheuch [aut, cre, cph]
    (<https://orcid.org/0009-0004-0423-6819>),
  Stefan Voigt [aut, cph] (<https://orcid.org/0000-0001-5619-3161>),
  Patrick Weiss [aut, cph] (<https://orcid.org/0000-0002-9282-5872>),
  Maximilian Mücke [ctb] (<https://orcid.org/0009-0000-9432-9795>)
Maintainer: Christoph Scheuch <christoph@tidy-intelligence.com>
Repository: CRAN
Date/Publication: 2024-12-02 09:20:02 UTC
