Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
bump versaion, update news, cran comments, codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 18, 2020
1 parent 25671fc commit cb4f974
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 40 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
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
Expand Down
10 changes: 8 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
lawn 0.6.0
==========

* update Javascript libraries to their latest versions - associated changes mostly not public API facing in the R code here to adapt to the JS changes (#84)
* move readme images into man/figures (#83)

lawn 0.5.0
==========

- fix tests for upcoming V8 R package changes (#78) (#79)
* fix tests for upcoming V8 R package changes (#78) (#79)


lawn 0.4.2
==========

- Fix problems on Fedora.
* Fix problems on Fedora.


lawn 0.4.0
Expand Down
47 changes: 24 additions & 23 deletions codemeta.json
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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
17 changes: 6 additions & 11 deletions cran-comments.md
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

0 comments on commit cb4f974

Please sign in to comment.