Skip to content

Commit

Permalink
- Small changes to address CRAN reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nik01010 committed Feb 21, 2022
1 parent dc2d471 commit 2c48d6b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: openbankeR
Type: Package
Title: R client for querying the UK 'Open Banking' ('Open Data') API
Version: 0.1.0
Title: R Client for Querying the UK 'Open Banking' ('Open Data') API
Version: 0.1.1
Authors@R: person("Nik", "Lilovski", email = "nik.lilovski@outlook.com",
role = c("aut", "cre"))
Maintainer: Nik Lilovski <nik.lilovski@outlook.com>
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### openbankeR ---------------------------------------------

### v0.1.1
* Small changes to address CRAN reviewer comments

### v0.1.0
* First release
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ An R package for querying the
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/openbankeR)](https://CRAN.R-project.org/package=openbankeR)
[![R build status](https://github.com/nik01010/openbankeR/workflows/R-CMD-check/badge.svg)](https://github.com/nik01010/openbankeR/actions)
[![Codecov test coverage](https://codecov.io/gh/nik01010/openbankeR/branch/master/graph/badge.svg)](https://codecov.io/gh/nik01010/openbankeR?branch=master)
[![Stability: Active](https://masterminds.github.io/stability/active.svg)](https://masterminds.github.io/stability/active.html)
<!-- badges: end -->

Expand Down
17 changes: 17 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,20 @@
2022-02-19
* First release for CRAN
* No errors, warnings or notes.

## Reviewer comments
* Found the following (possibly) invalid URLs: https://codecov.io/gh/nik01010/openbankeR?branch=master. Please change http --> https, add trailing slashes, or follow moved content as appropriate.

* The Title field should be in title case. Current version is: 'R client for querying the UK 'Open Banking' ('Open Data') API'. In title case that is: 'R Client for Querying the UK 'Open Banking' ('Open Data') API'.


# v0.1.1
## Test environments
* Windows 10, R 4.1.0 (on local PC and GitHub Actions).
* Linux Ubuntu 18.04, R release, oldrel, devel (on GitHub Actions).
* Mac OS X, R release (on GitHub Actions).

## Submission comments
2022-02-21
* Small changes to address CRAN reviewer comments
* Invalid URL removed, and Title field now uses title case.

0 comments on commit 2c48d6b

Please sign in to comment.