Skip to content

Commit

Permalink
Add copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Apr 2, 2024
1 parent 7d4be38 commit f2e8508
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Rscript -e 'pkgdown::deploy_to_branch(clean = TRUE)'
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE, clean = TRUE)'
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ Package: nominatimlite
Title: Interface with 'Nominatim' API Service
Version: 0.3.0.9000
Authors@R: c(
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"),
person("Diego", "Hernangómez", email = "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658")),
person("Jindra", "Lacko", role = c("ctb", "rev"),
comment = c(ORCID = "0000-0002-0375-5156")),
person("Alex", "White", role = "ctb")
person("Alex", "White", role = "ctb"),
person("OpenStreetMap", role = "cph", comment = "For the data"))
)
Description: Lite interface for getting data from 'OSM' service
'Nominatim' <https://nominatim.org/release-docs/latest/>. Extract
Expand All @@ -34,7 +35,7 @@ Suggests:
tidygeocoder
VignetteBuilder:
knitr
Config/Needs/website: dieghernan/gitdevr, remotes, devtools
Config/Needs/website: dieghernan/gitdevr, remotes, devtools, tidyverse
Config/testthat/edition: 3
Config/testthat/parallel: true
Copyright: Data © OpenStreetMap contributors, ODbL 1.0.
Expand Down

0 comments on commit f2e8508

Please sign in to comment.