-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 879 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
40 lines (40 loc) · 879 Bytes
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
Package: EventStudy
Type: Package
Title: Event Study Analysis
Description: Perform Event Studies from through our <https://www.eventstudytools.com> Application Programming Interface, parse the results, visualize it, and / or use the results in further analysis.
Author: EST Team
Date: 2026-07-07
Version: 0.40.0
Encoding: UTF-8
URL: https://www.eventstudytools.com
Maintainer: EST Team <no-reply@eventstudytools.com>
License: MIT + file LICENSE
Depends:
ggplot2
Imports:
R6,
tibble,
httr,
curl,
jsonlite,
magrittr (>= 1.5),
data.table,
testthat,
dplyr,
tidyr,
rlang,
scales,
RColorBrewer,
stringr,
purrr,
readr,
shiny,
miniUI,
rstudioapi
Suggests:
knitr,
rmarkdown
BugReports: https://github.com/EventStudyTools/api-wrapper.r/issues
LazyData: true
RoxygenNote: 7.2.1
VignetteBuilder: knitr