Skip to content

Commit f9328a1

Browse files
committed
update codemeta
1 parent 3044da0 commit f9328a1

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

codemeta.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"identifier": "r311",
55
"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').",
66
"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/",
88
"codeRepository": "https://github.com/rOpenGov/r311",
99
"issueTracker": "https://github.com/rOpenGov/r311/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.4.0",
11+
"version": "0.4.3",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)",
17+
"runtimePlatform": "R version 4.4.3 (2025-02-28 ucrt)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -188,8 +188,8 @@
188188
"SystemRequirements": null
189189
},
190190
"isPartOf": "http://ropengov.org/",
191-
"keywords": ["ropengov", "r", "r-package", "rstats"],
192-
"fileSize": "166.565KB",
191+
"keywords": "ropengov",
192+
"fileSize": "190.938KB",
193193
"citation": [
194194
{
195195
"@type": "SoftwareSourceCode",
@@ -207,9 +207,5 @@
207207
"@id": "https://doi.org/10.32614/CRAN.package.r311",
208208
"sameAs": "https://doi.org/10.32614/CRAN.package.r311"
209209
}
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+
]
215211
}

0 commit comments

Comments
 (0)