|
4 | 4 | "identifier": "r311",
|
5 | 5 | "description": "Access and handle APIs that use the international 'open311' 'GeoReport v2' standard for civic issue tracking <https://wiki.open311.org/GeoReport_v2/>. Retrieve civic service types and request data. Select and add available 'open311' endpoints and jurisdictions. Implicitly supports custom queries and 'open311' extensions. Requires a minimal number of hard dependencies while still allowing the integration in common R formats ('xml2', 'tibble', 'sf').",
|
6 | 6 | "name": "r311: Interface to the 'open311' Standard",
|
7 |
| - "relatedLink": ["https://ropengov.github.io/r311/", "https://CRAN.R-project.org/package=r311"], |
| 7 | + "relatedLink": "https://ropengov.github.io/r311/", |
8 | 8 | "codeRepository": "https://github.com/rOpenGov/r311",
|
9 | 9 | "issueTracker": "https://github.com/rOpenGov/r311/issues",
|
10 | 10 | "license": "https://spdx.org/licenses/MIT",
|
11 |
| - "version": "0.4.0", |
| 11 | + "version": "0.4.3", |
12 | 12 | "programmingLanguage": {
|
13 | 13 | "@type": "ComputerLanguage",
|
14 | 14 | "name": "R",
|
15 | 15 | "url": "https://r-project.org"
|
16 | 16 | },
|
17 |
| - "runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)", |
| 17 | + "runtimePlatform": "R version 4.4.3 (2025-02-28 ucrt)", |
18 | 18 | "provider": {
|
19 | 19 | "@id": "https://cran.r-project.org",
|
20 | 20 | "@type": "Organization",
|
|
188 | 188 | "SystemRequirements": null
|
189 | 189 | },
|
190 | 190 | "isPartOf": "http://ropengov.org/",
|
191 |
| - "keywords": ["ropengov", "r", "r-package", "rstats"], |
192 |
| - "fileSize": "166.565KB", |
| 191 | + "keywords": "ropengov", |
| 192 | + "fileSize": "190.938KB", |
193 | 193 | "citation": [
|
194 | 194 | {
|
195 | 195 | "@type": "SoftwareSourceCode",
|
|
207 | 207 | "@id": "https://doi.org/10.32614/CRAN.package.r311",
|
208 | 208 | "sameAs": "https://doi.org/10.32614/CRAN.package.r311"
|
209 | 209 | }
|
210 |
| - ], |
211 |
| - "releaseNotes": "https://github.com/rOpenGov/r311/blob/master/NEWS.md", |
212 |
| - "readme": "https://github.com/rOpenGov/r311/blob/main/README.md", |
213 |
| - "contIntegration": ["https://github.com/rOpenGov/r311/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/rOpenGov/r311?branch=main"], |
214 |
| - "developmentStatus": "https://www.repostatus.org/#active" |
| 210 | + ] |
215 | 211 | }
|
0 commit comments