|
4 | 4 | "identifier": "parzer", |
5 | 5 | "description": "Parse messy geographic coordinates from various character formats to decimal degree numeric values. Parse coordinates into their parts (degree, minutes, seconds); calculate hemisphere from coordinates; pull out individually degrees, minutes, or seconds; add and subtract degrees, minutes, and seconds. C++ code herein originally inspired from code written by Jeffrey D. Bogan, but then completely re-written.", |
6 | 6 | "name": "parzer: Parse Messy Geographic Coordinates", |
7 | | - "relatedLink": ["https://docs.ropensci.org/parzer/", "https://CRAN.R-project.org/package=parzer"], |
| 7 | + "relatedLink": "https://docs.ropensci.org/parzer/", |
8 | 8 | "codeRepository": "https://github.com/ropensci/parzer", |
9 | 9 | "issueTracker": "https://github.com/ropensci/parzer/issues", |
10 | 10 | "license": "https://spdx.org/licenses/MIT", |
11 | | - "version": "0.4.3", |
| 11 | + "version": "0.4.4", |
12 | 12 | "programmingLanguage": { |
13 | 13 | "@type": "ComputerLanguage", |
14 | 14 | "name": "R", |
15 | 15 | "url": "https://r-project.org" |
16 | 16 | }, |
17 | 17 | "runtimePlatform": "R version 4.5.0 (2025-04-11)", |
18 | | - "provider": { |
19 | | - "@id": "https://cran.r-project.org", |
20 | | - "@type": "Organization", |
21 | | - "name": "Comprehensive R Archive Network (CRAN)", |
22 | | - "url": "https://cran.r-project.org" |
23 | | - }, |
24 | 18 | "author": [ |
25 | 19 | { |
26 | 20 | "@type": "Person", |
|
198 | 192 | "applicationCategory": "Geospatial", |
199 | 193 | "isPartOf": "https://ropensci.org", |
200 | 194 | "keywords": ["geospatial", "data", "latitude", "longitude", "parser", "coordinates", "r", "rstats", "geo", "r-package"], |
201 | | - "fileSize": "4749.036KB", |
| 195 | + "fileSize": "6120.123KB", |
202 | 196 | "releaseNotes": "https://github.com/ropensci/parzer/blob/master/NEWS.md", |
203 | 197 | "readme": "https://github.com/ropensci/parzer/blob/main/README.md", |
204 | 198 | "contIntegration": ["https://github.com/ropensci/parzer/actions/", "https://app.codecov.io/github/ropensci/parzer?branch=main"], |
|
0 commit comments