-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
38 lines (38 loc) · 1.04 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
Type: Package
Package: simfinapi
Title: Accessing 'SimFin' Data
Version: 1.0.0
Authors@R:
person("Matthias", "Gomolka", , "[email protected]", role = c("aut", "cre"))
Description: Through simfinapi, you can intuitively access the 'SimFin'
Web-API (<https://www.simfin.com/>) to make 'SimFin' data easily
available in R. To obtain an 'SimFin' API key (and thus to use this
package), you need to register at <https://app.simfin.com/login>.
License: GPL-3
URL: https://github.com/matthiasgomolka/simfinapi
BugReports: https://github.com/matthiasgomolka/simfinapi/issues
Depends:
R (>= 3.5)
Imports:
checkmate (>= 2.0.0),
data.table (>= 1.12.8),
httr2,
lifecycle,
memoise (>= 1.1.0),
RcppSimdJson (>= 0.1.1),
utils
Suggests:
knitr,
rmarkdown,
spelling,
testthat
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: check_inputs
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3