diff --git a/DESCRIPTION b/DESCRIPTION
index 5bd16d1..87bcd33 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -7,36 +7,35 @@ Authors@R:
family = "Gomolka",
role = c("aut", "cre"),
email = "matthias.gomolka@posteo.de")
-Description: Through simfinapi, you can intuitively access the
- 'SimFin' Web-API () 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 .
+Description: Through simfinapi, you can intuitively access the 'SimFin'
+ Web-API () 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 .
License: GPL-3
-URL: https://github.com/Plebejer/simfinapi
-BugReports: https://github.com/Plebejer/simfinapi/issues
+URL: https://github.com/matthiasgomolka/simfinapi
+BugReports: https://github.com/matthiasgomolka/simfinapi/issues
Depends:
R (>= 3.5)
Imports:
+ bit64,
checkmate (>= 2.0.0),
data.table (>= 1.12.8),
future.apply (>= 1.4.0),
httr,
memoise (>= 1.1.0),
- RcppSimdJson (>= 0.1.1),
- utils,
progressr,
- bit64
+ RcppSimdJson (>= 0.1.1),
+ utils
Suggests:
- covr (>= 3.5.0),
- testthat,
knitr,
rmarkdown,
- fastmatch
+ testthat
+VignetteBuilder:
+ knitr
+Config/testthat/edition: 3
+Config/testthat/parallel: true
+Config/testthat/start-first: check_inputs
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
-VignetteBuilder: knitr
-Config/testthat/edition: 3
-Config/testthat/parallel: true
-Config/testthat/start-first: check_inputs
diff --git a/NEWS.md b/NEWS.md
index ad1df34..2f0cad7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -5,11 +5,16 @@
conventions. The original column names are stored in the `label` attribute of
each column.
-# simfinapi 0.1.1 (not on CRAN)
-
## Features
* Added a `NEWS.md` file to track changes to the package.
-* `sfa_get_*()` functions now feature a progress bar powered by {progressr}.
+* Clean support for SimFin+. Most functions throw early errors if a normal user
+ requests data which is reserved for SimFin+ users. If SimFin+ offers only more
+ convenience, this is matched internally for normal users so that the user
+ experience is very similar. Normal users only need more requests and therefore
+ have to wait a little longer. However, this requires for most functions the
+ new argument `sfplus`.
+* `sfa_get_*()` functions now feature a progress bar powered by {progressr} for
+ normal users since simfinapi sends possibly many requests.
## Bug Fixes
* `set_sfa_cache_dir()` is now exported.
diff --git a/cran-comments.md b/cran-comments.md
index aee4e45..0ee45dd 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,10 +1,14 @@
## Test environments
-* local R installation, R 4.0.2
-* ubuntu 16.04 (on travis-ci), R 4.0.2
-* win-builder (devel)
+os: macOS-latest, r: 'release'
+os: windows-latest, r: 'release'
+os: ubuntu-18.04, r: 'devel',
+os: ubuntu-18.04, r: 'release',
+os: ubuntu-18.04, r: 'oldrel',
+os: ubuntu-18.04, r: '3.6
+os: ubuntu-18.04, r: '3.5
-## R CMD check results
+(via GitHub Actions)
-0 errors | 0 warnings | 1 note
+## R CMD check results
-* This is a new release.
+0 errors | 0 warnings | 0 note