Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reviewers #30

Merged
merged 4 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ Type: Package
Package: osmapiR
Title: OpenStreetMap API
Version: 0.0.0.40
Authors@R:
Authors@R: c(
person("Joan", "Maspons", , "joanmaspons@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2286-8727"))
comment = c(ORCID = "0000-0003-2286-8727")),
person("Jon", "Harmon", role = "rev",
comment = c("Jon reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/633", ORCID = "0000-0003-4781-4346")),
person("Carlos", "Cámara", role = "rev",
comment = "Carles reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/633")
)
Maintainer: Joan Maspons <joanmaspons@gmail.com>
Description: Interface to OpenStreetMap API for fetching and saving data
from/to the OpenStreetMap database
Expand Down
15 changes: 12 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "osmapiR",
"description": "Implements OpenStreetMap API v0.6 (<https://wiki.openstreetmap.org/wiki/API_v0.6>).",
"description": "Interface to OpenStreetMap API for fetching and saving data from/to the OpenStreetMap database (<https://wiki.openstreetmap.org/wiki/API_v0.6>).",
"name": "osmapiR: OpenStreetMap API",
"relatedLink": "https://jmaspons.github.io/osmapiR",
"relatedLink": "https://jmaspons.github.io/osmapiR/",
"codeRepository": "https://github.com/jmaspons/osmapiR",
"issueTracker": "https://github.com/jmaspons/osmapiR/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
Expand All @@ -24,6 +24,15 @@
"@id": "https://orcid.org/0000-0003-2286-8727"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Joan",
"familyName": "Maspons",
"email": "joanmaspons@gmail.com",
"@id": "https://orcid.org/0000-0003-2286-8727"
}
],
"maintainer": [
{
"@type": "Person",
Expand Down Expand Up @@ -136,7 +145,7 @@
"SystemRequirements": null
},
"keywords": ["openstreetmap", "OSM", "openstreetmap-api", "osmapi", "API", "osm", "r", "r-package"],
"fileSize": "13377.709KB",
"fileSize": "13366.559KB",
"readme": "https://github.com/jmaspons/osmapiR/blob/main/README.md",
"contIntegration": ["https://github.com/jmaspons/osmapiR/actions/workflows/R-CMD-check.yaml", "https://codecov.io/gh/jmaspons/osmapiR", "https://github.com/jmaspons/osmapiR/actions/workflows/pkgdown.yaml"],
"developmentStatus": "https://www.repostatus.org/#active",
Expand Down
4 changes: 4 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Bruc
BugReports
byrow
cadedb
Carles
cb
cbind
ccbf
Expand Down Expand Up @@ -66,13 +67,15 @@ config
Config
contIntegration
coords
copyrightHolder
CPeZrFeAhjMQOj
cph
cran
cre
crea
cumsum
cxMGJjSNnEGiKHAdp
Cámara
da
dbTools
ddcf
Expand Down Expand Up @@ -327,6 +330,7 @@ rlang
rmarkdown
rn
ropensci
rOpenSci
Roxygen
roxygen
RoxygenNote
Expand Down
Loading