Package: tidyfinance
Type: Package
Title: Tidy Finance Helper Functions
Version: 0.1.0
Authors@R: c(
    person(given = "Christoph", 
           family = "Scheuch", 
           email = "christoph.scheuch@gmail.com", 
           role = c("aut", "cre"),
           comment = c(ORCID = "0009-0004-0423-6819")),
    person(given = "Stefan", 
           family = "Voigt", 
           email = "stefan.voigt@econ.ku.dk", 
           role = c("aut"),
           comment = c(ORCID = "0000-0001-5619-3161")),
    person(given = "Patrick", 
           family = "Weiss", 
           email = "patrickw@ru.is", 
           role = c("aut"),
           comment = c(ORCID = "0000-0002-9282-5872"))      
    )
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: dplyr (>= 1.1.4), rlang (>= 1.1.3), tidyr (>= 1.3.0), purrr
        (>= 1.0.2), lubridate (>= 1.9.3), tibble (>= 3.2.1), lifecycle
Suggests: frenchdata (>= 0.2.0), readxl (>= 1.4.2), RPostgres (>=
        1.4.5), dbplyr (>= 2.3.2), DBI (>= 1.1.0), testthat (>= 3.0.0)
Encoding: UTF-8
Config/testthat/edition: 3
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-03-01 20:17:12 UTC; krise
Author: Christoph Scheuch [aut, cre] (<https://orcid.org/0009-0004-0423-6819>),
  Stefan Voigt [aut] (<https://orcid.org/0000-0001-5619-3161>),
  Patrick Weiss [aut] (<https://orcid.org/0000-0002-9282-5872>)
Maintainer: Christoph Scheuch <christoph.scheuch@gmail.com>
Repository: CRAN
Date/Publication: 2024-03-05 10:40:02 UTC
Built: R 4.2.3; ; 2024-03-05 11:24:46 UTC; unix
