This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump versaion, update news, cran comments, codemeta.json
- Loading branch information
Showing
4 changed files
with
43 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
Package: lawn | ||
Title: Client for 'Turfjs' for 'Geospatial' Analysis | ||
Description: Client for 'Turfjs' (<http://turfjs.org>) for | ||
Description: Client for 'Turfjs' (<https://turfjs.org>) for | ||
'geospatial' analysis. The package revolves around using 'GeoJSON' | ||
data. Functions are included for creating 'GeoJSON' data objects, | ||
measuring aspects of 'GeoJSON', and combining, transforming, | ||
and creating random 'GeoJSON' data objects. | ||
Type: Package | ||
Version: 0.5.1.93 | ||
Version: 0.6.0 | ||
License: MIT + file LICENSE | ||
Authors@R: c( | ||
person("Scott", "Chamberlain", role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1444-9135")), | ||
person("Jeff", "Hollister", role = "aut", | ||
email = "[email protected]"), | ||
person("Morgan", "Herlocker", role = "cph") | ||
person("Morgan", "Herlocker", role = "cph"), | ||
person("rOpenSci", role = "fnd", comment = "https://ropensci.org") | ||
) | ||
URL: https://github.com/ropensci/lawn (devel) | ||
https://docs.ropensci.org/lawn (docs) | ||
https://docs.ropensci.org/lawn/ (docs) | ||
BugReports: https://github.com/ropensci/lawn/issues | ||
LazyData: true | ||
VignetteBuilder: knitr | ||
|
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 |
---|---|---|
@@ -1,20 +1,22 @@ | ||
{ | ||
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"], | ||
"@context": [ | ||
"https://doi.org/10.5063/schema/codemeta-2.0", | ||
"http://schema.org" | ||
], | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "lawn", | ||
"description": "Client for 'Turfjs' (<http://turfjs.org>) for\n 'geospatial' analysis. The package revolves around using 'GeoJSON'\n data. Functions are included for creating 'GeoJSON' data objects,\n measuring aspects of 'GeoJSON', and combining, transforming,\n and creating random 'GeoJSON' data objects.", | ||
"description": "Client for 'Turfjs' (<https://turfjs.org>) for\n 'geospatial' analysis. The package revolves around using 'GeoJSON'\n data. Functions are included for creating 'GeoJSON' data objects,\n measuring aspects of 'GeoJSON', and combining, transforming,\n and creating random 'GeoJSON' data objects.", | ||
"name": "lawn: Client for 'Turfjs' for 'Geospatial' Analysis", | ||
"codeRepository": "https://github.com/ropensci/lawn", | ||
"issueTracker": "https://github.com/ropensci/lawn/issues", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"version": "3.5.2", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 3.5.2 Patched (2018-12-31 r75943)", | ||
"runtimePlatform": "R version 4.0.3 Patched (2020-12-04 r79565)", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
|
@@ -26,7 +28,8 @@ | |
"@type": "Person", | ||
"givenName": "Scott", | ||
"familyName": "Chamberlain", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-1444-9135" | ||
}, | ||
{ | ||
"@type": "Person", | ||
|
@@ -47,23 +50,11 @@ | |
"@type": "Person", | ||
"givenName": "Scott", | ||
"familyName": "Chamberlain", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-1444-9135" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "roxygen2", | ||
"name": "roxygen2", | ||
"version": ">= 6.1.1", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=roxygen2" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "testthat", | ||
|
@@ -153,7 +144,17 @@ | |
], | ||
"releaseNotes": "https://github.com/ropensci/lawn/blob/master/NEWS.md", | ||
"readme": "https://github.com/ropensci/lawn/blob/master/README.md", | ||
"fileSize": "1623.339KB", | ||
"contIntegration": ["https://travis-ci.org/ropensci/lawn", "https://ci.appveyor.com/project/sckott/lawn", "https://codecov.io/github/ropensci/lawn?branch=master"], | ||
"keywords": ["geojson", "geospatial", "r", "rstats", "r-package", "turf", "turfjs"] | ||
"fileSize": "2056.272KB", | ||
"contIntegration": "https://codecov.io/github/ropensci/lawn?branch=master", | ||
"keywords": ["geojson", "turf", "geospatial", "conversion", "data", "GeoJSON", "r", "rstats", "r-package", "turfjs"], | ||
"relatedLink": "https://docs.ropensci.org/lawn/", | ||
"contributor": {}, | ||
"funder": [ | ||
{ | ||
"@type": "Organization", | ||
"name": "rOpenSci" | ||
} | ||
], | ||
"applicationCategory": "Geospatial", | ||
"isPartOf": "https://ropensci.org" | ||
} |
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,25 +1,20 @@ | ||
## Test environments | ||
|
||
* local OS X install, R 3.5.2 patched | ||
* ubuntu 14.04 (on travis-ci), R 3.5.2 | ||
* local OS X install, R 4.0.3 patched | ||
* ubuntu 16.04 (on GitHub Actions), R 4.0.3 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
License components with restrictions and base license permitting such: | ||
MIT + file LICENSE | ||
File 'LICENSE': | ||
YEAR: 2019 | ||
COPYRIGHT HOLDER: Scott Chamberlain | ||
0 errors | 0 warnings | 0 notes | ||
|
||
## Reverse dependencies | ||
|
||
There are no reverse dependencies. | ||
|
||
--- | ||
|
||
This version fixes unit tests for upcoming V8 R package changes. | ||
This version fixes updates the javascript libraries. | ||
|
||
Thanks! Scott Chamberlain | ||
Thanks! | ||
Scott Chamberlain |