Skip to content

Commit

Permalink
docs: fix URL to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Aug 23, 2024
1 parent d42db5c commit ea853c6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
18 changes: 10 additions & 8 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
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": "3459.503KB",
"fileSize": "3359.586KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -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"]
}
8 changes: 4 additions & 4 deletions man/emodnet.wfs-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea853c6

Please sign in to comment.