Skip to content

Commit

Permalink
resubmission to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Gilardi committed Feb 8, 2021
1 parent 704b667 commit dfe980b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ osmextract 0.2.0 - 2021-02-02
* Simplify several warning messages in case of spatial matching
* Simplify startup message (#156)
* Add more details related to download timeouts (#145)
* Documented values returned by `oe_find()` and `oe_search()`

osmextract 0.1.0
=========================
Expand Down
2 changes: 1 addition & 1 deletion R/find.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' @inheritParams oe_get
#'
#' @return A character vector of length one (or two) representing the path(s) of the
#' correponding `.pbf` (and `.gpkg`) files.
#' corresponding `.pbf` (and `.gpkg`) files.
#' @export
#' @examples
#' res = oe_get("ITS Leeds", provider = "test")
Expand Down
7 changes: 5 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
}
],
"readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
"fileSize": "2437.428KB",
"fileSize": "2438.961KB",
"contIntegration": "https://codecov.io/gh/ropensci/osmextract?branch=master",
"review": {
"@type": "Review",
Expand All @@ -150,6 +150,9 @@
"geo"
],
"developmentStatus": "https://www.repostatus.org/#active",
"relatedLink": ["https://docs.ropensci.org/osmextract", "https://docs.ropensci.org/osmextract/"],
"relatedLink": [
"https://docs.ropensci.org/osmextract",
"https://docs.ropensci.org/osmextract/"
],
"releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md"
}
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Resubmission
This is a resubmission. I have made the following changes:

* Documented the objects returned by oe_find() and oe_search().
* Reset the user's values for par and options when they are changed in the vignettes

## Test environments
* local R installation, R 3.6.3
* ubuntu 16.04 (on travis-ci), R 3.6.3
Expand Down
2 changes: 1 addition & 1 deletion man/oe_find.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfe980b

Please sign in to comment.