Type: Package Package: opencage Title: Geocode with the OpenCage API Version: 0.2.2.9000 Authors@R: c( person("Daniel", "Possenriede", , "possenriede+r@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6738-9845")), person("Jesse", "Sadler", role = "aut", comment = c(ORCID = "0000-0001-6081-9681")), person("Maëlle", "Salmon", role = "aut", comment = c(ORCID = "0000-0002-2815-0399")), person("Noam", "Ross", role = "ctb"), person("Jake", "Russ", role = "ctb"), person("Julia", "Silge", role = "rev", comment = "Julia Silge reviewed \\{opencage\\} (v. 0.1.0) for rOpenSci, see .") ) Description: Geocode with the OpenCage API, either from place name to longitude and latitude (forward geocoding) or from longitude and latitude to the name and address of a location (reverse geocoding), see . License: GPL (>= 2) URL: https://docs.ropensci.org/opencage/, https://github.com/ropensci/opencage BugReports: https://github.com/ropensci/opencage/issues Depends: R (>= 3.4.0) Imports: crul (>= 0.5.2), dplyr (>= 0.7.4), jsonlite (>= 1.5), lifecycle, memoise (>= 1.1.0), progress (>= 1.1.2), purrr (>= 0.2.4), ratelimitr (>= 0.4.0), rlang, tibble (>= 1.4.2), tidyr (>= 0.8.0), withr (>= 2.0.0) Suggests: knitr (>= 1.19), mockery, rmarkdown (>= 1.8), sf (>= 0.9), testthat (>= 3.1.0) VignetteBuilder: knitr RdMacros: lifecycle Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB LazyData: TRUE Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-01-25 18:48:26 UTC RemoteUrl: https://github.com/ropensci/opencage RemoteRef: main RemoteSha: 7b0bf05d7cea6d0140d91afe0c32f8f20f199bf3 NeedsCompilation: no Packaged: 2026-07-01 08:19:22 UTC; root Author: Daniel Possenriede [aut, cre] (ORCID: ), Jesse Sadler [aut] (ORCID: ), Maëlle Salmon [aut] (ORCID: ), Noam Ross [ctb], Jake Russ [ctb], Julia Silge [rev] (Julia Silge reviewed \{opencage\} (v. 0.1.0) for rOpenSci, see .) Maintainer: Daniel Possenriede