Skip to content

Commit

Permalink
release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgomolka committed Apr 12, 2023
1 parent 58f6dcf commit 39c0de7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Type: Package
Package: simfinapi
Title: Accessing 'SimFin' Data
Version: 0.2.3
Version: 0.2.4
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>.
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
Expand All @@ -34,7 +34,7 @@ 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
Language: en-US
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# simfinapi 0.2.4
## Bug Fixes
* Some new API keys were not accepted by `check_api_key()`. This is fixed now.

# simfinapi 0.2.3
* This is a mainly a maintenance release due to the SimFin API update. The API
V2 is now in legacy mode.
Expand Down

0 comments on commit 39c0de7

Please sign in to comment.