diff --git a/DESCRIPTION b/DESCRIPTION index 2ca08f5b..35226679 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,10 +8,6 @@ Authors@R: role = c("aut", "cre", "cph"), email = "diego.hernangomezherrero@gmail.com", comment = c(ORCID = "0000-0001-8457-4658")), - person(given = "Jesse", - family = "Cambon", - role = "ctb", - comment = c(ORCID = "0000-0001-6854-1514")), person(given = "OpenStreetMap contributors", role = "cph", comment = "for the data.")) diff --git a/NEWS.md b/NEWS.md index e62a7b47..c0d233c3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,3 @@ -# nominatimlite (development version) +# nominatimlite 0.0.1 - Initial version of the package diff --git a/codemeta.json b/codemeta.json index aaf13c03..faca9958 100644 --- a/codemeta.json +++ b/codemeta.json @@ -30,14 +30,7 @@ "@id": "https://orcid.org/0000-0001-8457-4658" } ], - "contributor": [ - { - "@type": "Person", - "givenName": "Jesse", - "familyName": "Cambon", - "@id": "https://orcid.org/0000-0001-6854-1514" - } - ], + "contributor": {}, "copyrightHolder": [ { "@type": "Person", @@ -45,6 +38,10 @@ "familyName": "Hernangómez", "email": "diego.hernangomezherrero@gmail.com", "@id": "https://orcid.org/0000-0001-8457-4658" + }, + { + "@type": "Organization", + "name": "OpenStreetMap contributors" } ], "funder": {}, diff --git a/inst/schemaorg.json b/inst/schemaorg.json index 97d6313d..cb14e8e1 100644 --- a/inst/schemaorg.json +++ b/inst/schemaorg.json @@ -5,19 +5,20 @@ "id": "https://orcid.org/0000-0001-8457-4658" }, "codeRepository": "https://github.com/dieghernan/nominatimlite", - "contributor": { - "id": "https://orcid.org/0000-0001-6854-1514", - "type": "Person", - "familyName": "Cambon", - "givenName": "Jesse" - }, - "copyrightHolder": { - "id": "https://orcid.org/0000-0001-8457-4658", - "type": "Person", - "email": "diego.hernangomezherrero@gmail.com", - "familyName": "Hernangómez", - "givenName": "Diego" - }, + "contributor": {}, + "copyrightHolder": [ + { + "id": "https://orcid.org/0000-0001-8457-4658", + "type": "Person", + "email": "diego.hernangomezherrero@gmail.com", + "familyName": "Hernangómez", + "givenName": "Diego" + }, + { + "type": "Organization", + "name": "OpenStreetMap contributors" + } + ], "description": "Lite interface for getting data from 'OSM' service\n 'Nominatim'. See . This\n is a lite version of the package 'tidygeocoder'.", "funder": {}, "license": "https://spdx.org/licenses/MIT", diff --git a/man/nominatimlite-package.Rd b/man/nominatimlite-package.Rd index df5d3387..3b4ba9fb 100644 --- a/man/nominatimlite-package.Rd +++ b/man/nominatimlite-package.Rd @@ -26,7 +26,6 @@ Useful links: Other contributors: \itemize{ - \item Jesse Cambon (\href{https://orcid.org/0000-0001-6854-1514}{ORCID}) [contributor] \item OpenStreetMap contributors (for the data.) [copyright holder] } diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index a516b352..df5cab40 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -13,8 +13,6 @@ home: authors: Diego Hernangómez: href: 'https://dieghernan.github.io/' - Jesse Cambon: - href: 'https://jessecambon.github.io/' OpenStreetMap contributors: href: 'https://www.openstreetmap.org/copyright'