From 77766a751152276a18d65eda5f6119802db59605 Mon Sep 17 00:00:00 2001 From: JsLth Date: Tue, 5 Nov 2024 15:05:09 +0100 Subject: [PATCH] remove lifecycle badge --- README.Rmd | 3 +-- README.md | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index 0129d66..7634f52 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,6 @@ status](https://www.r-pkg.org/badges/version/photon)](https://CRAN.R-project.org [![Codecov test coverage](https://codecov.io/gh/JsLth/photon/branch/main/graph/badge.svg)](https://app.codecov.io/gh/JsLth/photon?branch=main) [![CodeFactor](https://www.codefactor.io/repository/github/jslth/photon/badge/main)](https://www.codefactor.io/repository/github/jslth/photon/overview/main) -[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) `{photon}` is a simple interface and setup manager of the [photon](https://photon.komoot.io) OpenStreetMap geocoder. It features unstructured, structured, and reverse geocoding. The package allows requests to the public API but shines at setting up local instances to enable high-performance offline geocoding. @@ -80,6 +79,6 @@ photon$start() ## Related packages -- The [`{photon}`](https://github.com/rCarto/photon) package by Timothée Giraud interfaces photon but does not allow the setup of local setups and was abandoned a while ago. +- The [`{photon}`](https://github.com/rCarto/photon) package by Timothée Giraud interfaces photon but does not allow the setup of local instances and was abandoned a while ago. - The [`{revgeo}`](https://CRAN.R-project.org/package=revgeo) package by Michael Hudecheck implements reverse geocoding using (among others) photon. - The [`{tidygeocoder}`](https://jessecambon.github.io/tidygeocoder/) and [`{nominatimlite}`](https://dieghernan.github.io/nominatimlite/) packages implement general (OSM) geocoding using web APIs. diff --git a/README.md b/README.md index ed69aca..3036bf0 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re [![Codecov test coverage](https://codecov.io/gh/JsLth/photon/branch/main/graph/badge.svg)](https://app.codecov.io/gh/JsLth/photon?branch=main) [![CodeFactor](https://www.codefactor.io/repository/github/jslth/photon/badge/main)](https://www.codefactor.io/repository/github/jslth/photon/overview/main) -[![Lifecycle: -stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) `{photon}` is a simple interface and setup manager of the @@ -109,8 +107,8 @@ photon$start() ## Related packages - The [`{photon}`](https://github.com/rCarto/photon) package by Timothée - Giraud interfaces photon but does not allow the setup of local setups - and was abandoned a while ago. + Giraud interfaces photon but does not allow the setup of local + instances and was abandoned a while ago. - The [`{revgeo}`](https://CRAN.R-project.org/package=revgeo) package by Michael Hudecheck implements reverse geocoding using (among others) photon.