From 56b6d27a9289a185b8a705abf584213593a79a34 Mon Sep 17 00:00:00 2001 From: salvafern Date: Fri, 30 Aug 2024 16:24:14 +0200 Subject: [PATCH] docs: update citation with new name #163 --- README.md | 2 ++ inst/CITATION | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5354e7ec..d9407379 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re [![R-CMD-check](https://github.com/EMODnet/emodnet.wfs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EMODnet/emodnet.wfs/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/EMODnet/emodnet.wfs/branch/main/graph/badge.svg)](https://app.codecov.io/gh/EMODnet/emodnet.wfs/tree/main) +[![Codecov test +coverage](https://codecov.io/gh/EMODnet/emodnet.wfs/graph/badge.svg)](https://app.codecov.io/gh/EMODnet/emodnet.wfs) The goal of emodnet.wfs is to allow interrogation of and access to diff --git a/inst/CITATION b/inst/CITATION index bfdb8c4b..1cea231e 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -2,7 +2,7 @@ year <- sub("-.*", "", meta$Date) note <- paste0(sprintf("R package version %s", meta$Version), ". Integrated data products created under the European Marine Observation Data Network (EMODnet) Biology project (EASME/EMFF/2017/1.3.1.2/02/SI2.789013), funded by the by the European Union under Regulation (EU) No 508/2014 of the European Parliament and of the Council of 15 May 2014 on the European Maritime and Fisheries Fund") bibentry(bibtype = "Manual", - title = "{EMODnetWFS}: Access EMODnet Web Feature Service data through R", + title = "{emodnet.wfs}: Access EMODnet Web Feature Service data through R", author = c( person("Anna", "Krystalli"), person("Salvador", "Fernández-Bejarano"), @@ -10,4 +10,4 @@ bibentry(bibtype = "Manual", ), year = year, note = note, - url = "https://github.com/EMODnet/EMODnetWFS") + url = "https://github.com/EMODnet/emodnet.wfs")