Skip to content

Commit 5efc6cb

Browse files
CRAN preparation
1 parent 7a5d6c9 commit 5efc6cb

3 files changed

Lines changed: 33 additions & 25 deletions

File tree

DESCRIPTION

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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>.
1414
License: 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
1717
Depends:
1818
R (>= 3.5)
1919
Imports:
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
2929
Suggests:
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
3538
Encoding: UTF-8
3639
LazyData: true
3740
Roxygen: list(markdown = TRUE)
3841
RoxygenNote: 7.1.2
39-
VignetteBuilder: knitr
40-
Config/testthat/edition: 3
41-
Config/testthat/parallel: true
42-
Config/testthat/start-first: check_inputs

NEWS.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55
conventions. The original column names are stored in the `label` attribute of
66
each column.
77

8-
# simfinapi 0.1.1 (not on CRAN)
9-
108
## Features
119
* Added a `NEWS.md` file to track changes to the package.
12-
* `sfa_get_*()` functions now feature a progress bar powered by {progressr}.
10+
* Clean support for SimFin+. Most functions throw early errors if a normal user
11+
requests data which is reserved for SimFin+ users. If SimFin+ offers only more
12+
convenience, this is matched internally for normal users so that the user
13+
experience is very similar. Normal users only need more requests and therefore
14+
have to wait a little longer. However, this requires for most functions the
15+
new argument `sfplus`.
16+
* `sfa_get_*()` functions now feature a progress bar powered by {progressr} for
17+
normal users since simfinapi sends possibly many requests.
1318

1419
## Bug Fixes
1520
* `set_sfa_cache_dir()` is now exported.

cran-comments.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
## Test environments
2-
* local R installation, R 4.0.2
3-
* ubuntu 16.04 (on travis-ci), R 4.0.2
4-
* win-builder (devel)
2+
os: macOS-latest, r: 'release'
3+
os: windows-latest, r: 'release'
4+
os: ubuntu-18.04, r: 'devel',
5+
os: ubuntu-18.04, r: 'release',
6+
os: ubuntu-18.04, r: 'oldrel',
7+
os: ubuntu-18.04, r: '3.6
8+
os: ubuntu-18.04, r: '3.5
59

6-
## R CMD check results
10+
(via GitHub Actions)
711

8-
0 errors | 0 warnings | 1 note
12+
## R CMD check results
913

10-
* This is a new release.
14+
0 errors | 0 warnings | 0 note

0 commit comments

Comments
 (0)