Skip to content

Commit

Permalink
CRAN preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgomolka committed Sep 11, 2021
1 parent 7a5d6c9 commit 5efc6cb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 25 deletions.
31 changes: 15 additions & 16 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,35 @@ Authors@R:
family = "Gomolka",
role = c("aut", "cre"),
email = "[email protected]")
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>.
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
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
11 changes: 8 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 10 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5efc6cb

Please sign in to comment.