-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.09 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
Package: eodhdR2
Type: Package
Title: Official R API for Fetching Data from 'EODHD'
Version: 0.5.1
Authors@R: c(
person(given = c("Marcelo", "S."),
family = "Perlin",
role = c("aut", "cre", "ctr"),
email = "marceloperlin@gmail.com"),
person(given = "Unicorn Data Services",
role = "cph",
email = "support@eodhistoricaldata.com")
)
Maintainer: Marcelo S. Perlin <marceloperlin@gmail.com>
Description: Second and backward-incompatible version of R package 'eodhd' <https://eodhd.com/>, extended with a cache and quota system,
also offering functions for cleaning and aggregating the financial data.
License: MIT + file LICENSE
URL: https://github.com/EodHistoricalData/R-Library-for-financial-data-2024
BugReports: https://github.com/EodHistoricalData/R-Library-for-financial-data-2024/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
cli,
dplyr,
fs,
glue,
httr,
jsonlite,
lubridate,
purrr,
readr,
tidyr,
testthat (>= 3.0.0)
Config/testthat/edition: 3