This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update news, cran comments and codemeta.json
- Loading branch information
Showing
3 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "[email protected]", | ||
"@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"], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |