From fc64bf27e4fb0829ec40ea54e05bd787c32425ad Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Wed, 6 Jan 2021 16:35:36 -0800 Subject: [PATCH] update news, cran comments and codemeta.json --- NEWS.md | 8 ++++++++ codemeta.json | 11 ++++++++--- cran-comments.md | 11 ++++------- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/NEWS.md b/NEWS.md index ca784e6..c0093b5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 =============== diff --git a/codemeta.json b/codemeta.json index 81db6a3..d93c5c8 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -30,6 +30,11 @@ "familyName": "Chamberlain", "email": "myrmecocystus@gmail.com", "@id": "https://orcid.org/0000-0003-1444-9135" + }, + { + "@type": "Person", + "givenName": "Os", + "familyName": "Keyes" } ], "maintainer": [ @@ -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"], diff --git a/cran-comments.md b/cran-comments.md index 12fe2c2..4902e21 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,8 @@ ## 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 @@ -11,14 +10,12 @@ ## Reverse dependencies -* I have run R CMD check on the 2 reverse dependencies. No problems were -found. Summary at +* 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