-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.8 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Type: Package
Package: tidyfinance
Title: Tidy Finance Helper Functions
Version: 0.4.3.9000
Authors@R: c(
person("Christoph", "Scheuch", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0004-0423-6819")),
person("Stefan", "Voigt", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-5619-3161")),
person("Patrick", "Weiss", , "[email protected]", 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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2