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

Commit

Permalink
update news, cran comments and codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 7, 2021
1 parent b9ef913 commit fc64bf2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
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.2
===============

### MINOR IMPROVEMENTS

* fixes to make this package compatible with an upcoming version of BH (v1.75.0) (#33)


wellknown 0.7.0
===============

Expand Down
11 changes: 8 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.0",
"version": "0.7.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
"runtimePlatform": "R version 4.0.3 Patched (2020-12-29 r79725)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -30,6 +30,11 @@
"familyName": "Chamberlain",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-1444-9135"
},
{
"@type": "Person",
"givenName": "Os",
"familyName": "Keyes"
}
],
"maintainer": [
Expand Down Expand Up @@ -109,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": "0KB",
"fileSize": "33652.74KB",
"applicationCategory": "Geosptial",
"isPartOf": "https://ropensci.org",
"keywords": ["spatial", "geospatial", "wkt", "wkb", "well-known-text", "geojson", "binary", "conversion", "rstats", "wellknown", "r", "r-package"],
Expand Down
11 changes: 4 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
## Test environments

* local OS X install, R 4.0.3
* ubuntu 16.04 (on travis-ci), R 4.0.3
* ubuntu 16.04 (on GitHub Actions), R 4.0.3
* win-builder (devel and release)
* R-hub (windows, ubuntu, fedora)

## R CMD check results

0 errors | 0 warnings | 0 notes

## Reverse dependencies

* I have run R CMD check on the 2 reverse dependencies. No problems were
found. Summary at <https://github.com/ropensci/wellknown/tree/master/revdep>
* I have run R CMD check on the 3 reverse dependencies. No problems were
found

--------

This version changes some package imports and adds some new functions.

There are some remaining compiler warnings and notes on installation. I have inspected them and as far as I can tell they are all unrelated to this package's code; most are from Boost and the rest from bits/unique_ptr.h.
This version makes the package compatible with the upcoming BH version.

Thanks!
Scott Chamberlain

0 comments on commit fc64bf2

Please sign in to comment.