Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix citation with new name and update codemeta #172

Merged
merged 3 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

The goal of emodnet.wfs is to allow interrogation of and access to
Expand Down Expand Up @@ -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, <https://github.com/EMODnet/EMODnetWFS>.
#> and Fisheries Fund, <https://github.com/EMODnet/emodnet.wfs>.
#>
#> 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.
10 changes: 5 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
],
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ 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"),
person("Maëlle", "Salmon")
),
year = year,
note = note,
url = "https://github.com/EMODnet/EMODnetWFS")
url = "https://github.com/EMODnet/emodnet.wfs")
Loading