Type: Package
Package: simfinapi
Title: Accessing 'SimFin' Data
Version: 0.1.0
Authors@R: 
    person(given = "Matthias",
           family = "Gomolka",
           role = c("aut", "cre"),
           email = "matthias.gomolka@posteo.de")
Description: Through simfinapi, you can intuitively access the
    'SimFin' Web-API (<https://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://simfin.com/login>.
License: GPL-3
URL: https://github.com/Plebejer/simfinapi
BugReports: https://github.com/Plebejer/simfinapi/issues
Depends: R (>= 3.2)
Imports: checkmate (>= 2.0.0), data.table (>= 1.12.8), future.apply (>=
        1.4.0), httr, memoise (>= 1.1.0), RcppSimdJson (>= 0.1.1),
        utils
Suggests: covr (>= 3.5.0), secret, testthat, knitr, rmarkdown,
        fastmatch
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-09-24 09:46:21 UTC; gomolka
Author: Matthias Gomolka [aut, cre]
Maintainer: Matthias Gomolka <matthias.gomolka@posteo.de>
Repository: CRAN
Date/Publication: 2020-09-28 09:20:02 UTC
