diff --git a/README.Rmd b/README.Rmd index 4a835f9..b847244 100644 --- a/README.Rmd +++ b/README.Rmd @@ -196,4 +196,3 @@ citation(package = "emodnet.wfs") ## Acknowledgements This package was started by the Sheffield University during the EMODnet Biology WP4 data products workshop in June 2020. -You can read the [product story on the EMODnet-Biology portal](https://emodnet.ec.europa.eu/geonetwork/) diff --git a/README.md b/README.md index 5354e7e..6fa889d 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 @@ -460,28 +462,26 @@ To cite emodnet.wfs, please use the output from citation(package = "emodnet.wfs") #> To cite package 'emodnet.wfs' in publications use: #> -#> Krystalli A, Fernández-Bejarano S, Salmon M (????). _EMODnetWFS: +#> Krystalli A, Fernández-Bejarano S, Salmon M (????). _emodnet.wfs: #> Access EMODnet Web Feature Service data through R_. R package version #> 2.0.1.9001. 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, . +#> and Fisheries Fund, . #> #> A BibTeX entry for LaTeX users is #> #> @Manual{, -#> title = {{EMODnetWFS}: Access EMODnet Web Feature Service data through R}, +#> title = {{emodnet.wfs}: Access EMODnet Web Feature Service data through R}, #> author = {Anna Krystalli and Salvador Fernández-Bejarano and Maëlle Salmon}, #> note = {R package version 2.0.1.9001. 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}, -#> url = {https://github.com/EMODnet/EMODnetWFS}, +#> url = {https://github.com/EMODnet/emodnet.wfs}, #> } ``` ## Acknowledgements This package was started by the Sheffield University during the EMODnet -Biology WP4 data products workshop in June 2020. You can read the -[product story on the EMODnet-Biology -portal](https://emodnet.ec.europa.eu/geonetwork/) +Biology WP4 data products workshop in June 2020. diff --git a/codemeta.json b/codemeta.json index e17ae60..791f41e 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,7 +4,7 @@ "identifier": "emodnet.wfs", "description": "Access and interrogate EMODnet (European Marine Observation and Data Network) Web Feature Service data through R.", "name": "emodnet.wfs: Access EMODnet Web Feature Service data through R", - "relatedLink": ["https://emodnet.github.io/emodnet.wfs/", "https://github.com/EMODnet/emodnet.wfs"], + "relatedLink": "https://emodnet.github.io/emodnet.wfs/", "codeRepository": "https://github.com/EMODnet/emodnet.wfs", "issueTracker": "https://github.com/EMODnet/emodnet.wfs/issues", "license": "https://spdx.org/licenses/MIT", @@ -14,7 +14,7 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.4.0 (2024-04-24)", + "runtimePlatform": "R version 4.4.1 (2024-06-14)", "author": [ { "@type": "Person", @@ -352,7 +352,7 @@ }, "SystemRequirements": "C++11, GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>=\n 4.8.0)" }, - "fileSize": "3359.586KB", + "fileSize": "3359.592KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -373,8 +373,8 @@ "familyName": "Salmon" } ], - "name": "{EMODnetWFS}: Access EMODnet Web Feature Service data through R", - "url": "https://github.com/EMODnet/EMODnetWFS", + "name": "{emodnet.wfs}: Access EMODnet Web Feature Service data through R", + "url": "https://github.com/EMODnet/emodnet.wfs", "description": "R package version 2.0.1.9001. 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" } ], diff --git a/inst/CITATION b/inst/CITATION index bfdb8c4..1cea231 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")