Skip to content

Commit

Permalink
fix: remove unneeded packages in Suggests, update codemeta and cff
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Oct 20, 2022
1 parent ffe41fb commit ccc58c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
22 changes: 0 additions & 22 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,6 @@ references:
orcid: https://orcid.org/0000-0002-1932-3323
year: '2022'
url: https://CRAN.R-project.org/package=mapsf
- type: software
title: lwgeom
abstract: 'lwgeom: Bindings to Selected ''liblwgeom'' Functions for Simple Features'
notes: Suggests
authors:
- family-names: Pebesma
given-names: Edzer
email: edzer.pebesma@uni-muenster.de
orcid: https://orcid.org/0000-0001-8049-7069
year: '2022'
url: https://CRAN.R-project.org/package=lwgeom
- type: software
title: tinytest
abstract: 'tinytest: Lightweight and Feature Complete Unit Testing Framework'
Expand All @@ -159,14 +148,3 @@ references:
email: james.f.hester@gmail.com
year: '2022'
url: https://CRAN.R-project.org/package=covr
- type: software
title: maptiles
abstract: 'maptiles: Download and Display Map Tiles'
notes: Suggests
authors:
- family-names: Giraud
given-names: Timothée
email: timothee.giraud@cnrs.fr
orcid: https://orcid.org/0000-0002-1932-3323
year: '2022'
url: https://CRAN.R-project.org/package=maptiles
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Imports:
sf
Depends:
R (>= 3.5.0)
Suggests: mapsf, lwgeom, tinytest, covr, maptiles
Suggests: mapsf, tinytest, covr
URL: https://github.com/riatelab/osrm
BugReports: https://github.com/riatelab/osrm/issues
Encoding: UTF-8
Expand Down
26 changes: 1 addition & 25 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=mapsf"
},
{
"@type": "SoftwareApplication",
"identifier": "lwgeom",
"name": "lwgeom",
"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=lwgeom"
},
{
"@type": "SoftwareApplication",
"identifier": "tinytest",
Expand All @@ -104,18 +92,6 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "maptiles",
"name": "maptiles",
"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=maptiles"
}
],
"softwareRequirements": {
Expand Down Expand Up @@ -192,5 +168,5 @@
},
"SystemRequirements": null
},
"fileSize": "513.025KB"
"fileSize": "512.995KB"
}

0 comments on commit ccc58c8

Please sign in to comment.