diff --git a/DESCRIPTION b/DESCRIPTION index 694bcd5..5c4301b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,9 +15,9 @@ Authors@R: c( Description: Access and interrogate EMODnet (European Marine Observation and Data Network) Web Feature Service data through R. License: MIT + file LICENSE -URL: https://emodnet.github.io/emdonet.wfs/, - https://github.com/EMODnet/emdonet.wfs -BugReports: https://github.com/EMODnet/emdonet.wfs/issues +URL: https://emodnet.github.io/emodnet.wfs/, + https://github.com/EMODnet/emodnet.wfs +BugReports: https://github.com/EMODnet/emodnet.wfs/issues Depends: R (>= 3.6.0) Imports: diff --git a/codemeta.json b/codemeta.json index 6d86c15..e17ae60 100644 --- a/codemeta.json +++ b/codemeta.json @@ -2,11 +2,11 @@ "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "emodnet.wfs", - "description": "Access and interrogate EMODnet Web Feature Service data through R.", + "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/emdonet.wfs/", "https://github.com/EMODnet/emdonet.wfs"], - "codeRepository": "https://github.com/EMODnet/emdonet.wfs", - "issueTracker": "https://github.com/EMODnet/emdonet.wfs/issues", + "relatedLink": ["https://emodnet.github.io/emodnet.wfs/", "https://github.com/EMODnet/emodnet.wfs"], + "codeRepository": "https://github.com/EMODnet/emodnet.wfs", + "issueTracker": "https://github.com/EMODnet/emodnet.wfs/issues", "license": "https://spdx.org/licenses/MIT", "version": "2.0.1.9001", "programmingLanguage": { @@ -352,7 +352,7 @@ }, "SystemRequirements": "C++11, GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>=\n 4.8.0)" }, - "fileSize": "3459.503KB", + "fileSize": "3359.586KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -378,7 +378,9 @@ "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" } ], - "releaseNotes": "https://github.com/EMODnet/emdonet.wfs/blob/master/NEWS.md", - "contIntegration": ["https://github.com/EMODnet/emodnet.wfs/actions", "https://app.codecov.io/gh/EMODnet/emodnet.wfs/tree/main"], - "developmentStatus": "https://www.repostatus.org/#active" + "releaseNotes": "https://github.com/EMODnet/emodnet.wfs/blob/master/NEWS.md", + "readme": "https://github.com/EMODnet/emodnet.wfs/blob/main/README.md", + "contIntegration": ["https://github.com/EMODnet/emodnet.wfs/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/EMODnet/emodnet.wfs/tree/main", "https://app.codecov.io/gh/EMODnet/emodnet.wfs"], + "developmentStatus": "https://www.repostatus.org/#active", + "keywords": ["rstats", "emodnet", "wfs", "marine-data", "biology", "dataproducts"] } diff --git a/man/emodnet.wfs-package.Rd b/man/emodnet.wfs-package.Rd index 3f1c986..e4b8de8 100644 --- a/man/emodnet.wfs-package.Rd +++ b/man/emodnet.wfs-package.Rd @@ -6,14 +6,14 @@ \alias{emodnet.wfs-package} \title{emodnet.wfs: Access EMODnet Web Feature Service data through R} \description{ -Access and interrogate EMODnet Web Feature Service data through R. +Access and interrogate EMODnet (European Marine Observation and Data Network) Web Feature Service data through R. } \seealso{ Useful links: \itemize{ - \item \url{https://emodnet.github.io/emdonet.wfs/} - \item \url{https://github.com/EMODnet/emdonet.wfs} - \item Report bugs at \url{https://github.com/EMODnet/emdonet.wfs/issues} + \item \url{https://emodnet.github.io/emodnet.wfs/} + \item \url{https://github.com/EMODnet/emodnet.wfs} + \item Report bugs at \url{https://github.com/EMODnet/emodnet.wfs/issues} } }