@@ -7,36 +7,35 @@ Authors@R:
77 family = "Gomolka",
88 role = c("aut", "cre"),
99 email = "matthias.gomolka@posteo.de")
10- Description: Through simfinapi, you can intuitively access the
11- 'SimFin' Web-API (<https://simfin.com/>) to make 'SimFin' data easily
12- available in R. To obtain an 'SimFin' API key (and thus to use this
13- package), you need to register at <https://simfin.com/login>.
10+ Description: Through simfinapi, you can intuitively access the 'SimFin'
11+ Web-API (<https://simfin.com/>) to make 'SimFin' data easily available
12+ in R. To obtain an 'SimFin' API key (and thus to use this package),
13+ you need to register at <https://simfin.com/login>.
1414License: GPL-3
15- URL: https://github.com/Plebejer /simfinapi
16- BugReports: https://github.com/Plebejer /simfinapi/issues
15+ URL: https://github.com/matthiasgomolka /simfinapi
16+ BugReports: https://github.com/matthiasgomolka /simfinapi/issues
1717Depends:
1818 R (>= 3.5)
1919Imports:
20+ bit64,
2021 checkmate (>= 2.0.0),
2122 data.table (>= 1.12.8),
2223 future.apply (>= 1.4.0),
2324 httr,
2425 memoise (>= 1.1.0),
25- RcppSimdJson (>= 0.1.1),
26- utils,
2726 progressr,
28- bit64
27+ RcppSimdJson (>= 0.1.1),
28+ utils
2929Suggests:
30- covr (>= 3.5.0),
31- testthat,
3230 knitr,
3331 rmarkdown,
34- fastmatch
32+ testthat
33+ VignetteBuilder:
34+ knitr
35+ Config/testthat/edition: 3
36+ Config/testthat/parallel: true
37+ Config/testthat/start-first: check_inputs
3538Encoding: UTF-8
3639LazyData: true
3740Roxygen: list(markdown = TRUE)
3841RoxygenNote: 7.1.2
39- VignetteBuilder: knitr
40- Config/testthat/edition: 3
41- Config/testthat/parallel: true
42- Config/testthat/start-first: check_inputs
0 commit comments