Skip to content

Commit

Permalink
chore: make skimr a dependency for the website only
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Oct 17, 2024
1 parent 2c2e9df commit fcd842b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 47 deletions.
28 changes: 0 additions & 28 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -396,34 +396,6 @@ references:
orcid: https://orcid.org/0000-0003-3925-190X
year: '2024'
doi: 10.32614/CRAN.package.rmarkdown
- type: software
title: skimr
abstract: 'skimr: Compact and Flexible Summaries of Data'
notes: Suggests
url: https://docs.ropensci.org/skimr/
repository: https://CRAN.R-project.org/package=skimr
authors:
- family-names: Waring
given-names: Elin
email: [email protected]
- family-names: Quinn
given-names: Michael
email: [email protected]
- family-names: McNamara
given-names: Amelia
email: [email protected]
- family-names: Rubia
given-names: Eduardo
name-particle: Arino de la
email: [email protected]
- family-names: Zhu
given-names: Hao
email: [email protected]
- family-names: Ellis
given-names: Shannon
email: [email protected]
year: '2024'
doi: 10.32614/CRAN.package.skimr
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Suggests:
mapview,
readr,
rmarkdown,
skimr,
testthat (>= 3.1.2),
testthis,
withr
Expand All @@ -50,7 +49,7 @@ VignetteBuilder:
Remotes:
eblondel/ows4R
Config/Needs/readme: rerddap
Config/Needs/website: webshot
Config/Needs/website: webshot, skimr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Expand Down
30 changes: 13 additions & 17 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"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/",
"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",
"version": "2.0.2.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -143,18 +143,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "skimr",
"name": "skimr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=skimr"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
Expand Down Expand Up @@ -352,7 +340,7 @@
},
"SystemRequirements": "C++11, GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>=\n 4.8.0)"
},
"fileSize": "3359.592KB",
"fileSize": "3505.664KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -374,13 +362,21 @@
}
],
"name": "{emodnet.wfs}: Access EMODnet Web Feature Service data through R",
"identifier": "10.14284/679",
"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"
"description": "R package version 2.0.2.9000. 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",
"@id": "https://doi.org/10.14284/679",
"sameAs": "https://doi.org/10.14284/679"
}
],
"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"],
"contIntegration": ["https://github.com/EMODnet/emodnet.wfs/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/EMODnet/emodnet.wfs/tree/main"],
"developmentStatus": "https://www.repostatus.org/#active",
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/653",
"provider": "https://ropensci.org"
},
"keywords": ["rstats", "emodnet", "wfs", "marine-data", "biology", "dataproducts"]
}

0 comments on commit fcd842b

Please sign in to comment.