Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
REVDEPCHECK - update cran comments, updaet news, update codemeta.json…
Browse files Browse the repository at this point in the history
…, bump pkg version
  • Loading branch information
sckott committed May 25, 2021
1 parent a10e187 commit ddf24cb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: Convert 'WKT' to 'GeoJSON' and 'GeoJSON' to 'WKT'. Functions
included for converting between 'GeoJSON' to 'WKT', creating both
'GeoJSON' features, and non-features, creating 'WKT' from R objects
(e.g., lists, data.frames, vectors), and linting 'WKT'.
Version: 0.7.2.91
Version: 0.7.4
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID="0000-0003-1444-9135")),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
wellknown 0.7.4
===============

### MINOR IMPROVEMENTS

* fix a few examples for `geojson2wkt()` that had calls to `matrix()` that were leading to warnings because the input vectors were not a multiple of the nrow/ncol (#35)


wellknown 0.7.2
===============

Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"codeRepository": "https://github.com/ropensci/wellknown",
"issueTracker": "https://github.com/ropensci/wellknown/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.7.2",
"version": "0.7.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.3 Patched (2020-12-29 r79725)",
"runtimePlatform": "R version 4.1.0 (2021-05-18)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -114,7 +114,7 @@
"contIntegration": "https://codecov.io/github/ropensci/wellknown?branch=master",
"releaseNotes": "https://github.com/ropensci/wellknown/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/wellknown/blob/master/README.md",
"fileSize": "33652.74KB",
"fileSize": "30101.59KB",
"applicationCategory": "Geosptial",
"isPartOf": "https://ropensci.org",
"keywords": ["spatial", "geospatial", "wkt", "wkb", "well-known-text", "geojson", "binary", "conversion", "rstats", "wellknown", "r", "r-package"],
Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local OS X install, R 4.0.3
* ubuntu 16.04 (on GitHub Actions), R 4.0.3
* local macOS, R 4.1.0
* ubuntu 16.04 (on GitHub Actions), R 4.1.0
* win-builder (devel and release)

## R CMD check results
Expand All @@ -10,12 +10,12 @@

## Reverse dependencies

* I have run R CMD check on the 3 reverse dependencies. No problems were
* I have run R CMD check on the 5 reverse dependencies. No problems were
found

--------

This version makes the package compatible with the upcoming BH version.
This version makes the package compatible with the upcoming BH version and fixes a matrix warning from an example.

Thanks!
Scott Chamberlain

0 comments on commit ddf24cb

Please sign in to comment.