Skip to content

Commit ccc58c8

Browse files
committed
fix: remove unneeded packages in Suggests, update codemeta and cff
1 parent ffe41fb commit ccc58c8

File tree

3 files changed

+2
-48
lines changed

3 files changed

+2
-48
lines changed

CITATION.cff

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,6 @@ references:
127127
orcid: https://orcid.org/0000-0002-1932-3323
128128
year: '2022'
129129
url: https://CRAN.R-project.org/package=mapsf
130-
- type: software
131-
title: lwgeom
132-
abstract: 'lwgeom: Bindings to Selected ''liblwgeom'' Functions for Simple Features'
133-
notes: Suggests
134-
authors:
135-
- family-names: Pebesma
136-
given-names: Edzer
137-
email: edzer.pebesma@uni-muenster.de
138-
orcid: https://orcid.org/0000-0001-8049-7069
139-
year: '2022'
140-
url: https://CRAN.R-project.org/package=lwgeom
141130
- type: software
142131
title: tinytest
143132
abstract: 'tinytest: Lightweight and Feature Complete Unit Testing Framework'
@@ -159,14 +148,3 @@ references:
159148
email: james.f.hester@gmail.com
160149
year: '2022'
161150
url: https://CRAN.R-project.org/package=covr
162-
- type: software
163-
title: maptiles
164-
abstract: 'maptiles: Download and Display Map Tiles'
165-
notes: Suggests
166-
authors:
167-
- family-names: Giraud
168-
given-names: Timothée
169-
email: timothee.giraud@cnrs.fr
170-
orcid: https://orcid.org/0000-0002-1932-3323
171-
year: '2022'
172-
url: https://CRAN.R-project.org/package=maptiles

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Imports:
2323
sf
2424
Depends:
2525
R (>= 3.5.0)
26-
Suggests: mapsf, lwgeom, tinytest, covr, maptiles
26+
Suggests: mapsf, tinytest, covr
2727
URL: https://github.com/riatelab/osrm
2828
BugReports: https://github.com/riatelab/osrm/issues
2929
Encoding: UTF-8

codemeta.json

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,6 @@
6969
},
7070
"sameAs": "https://CRAN.R-project.org/package=mapsf"
7171
},
72-
{
73-
"@type": "SoftwareApplication",
74-
"identifier": "lwgeom",
75-
"name": "lwgeom",
76-
"provider": {
77-
"@id": "https://cran.r-project.org",
78-
"@type": "Organization",
79-
"name": "Comprehensive R Archive Network (CRAN)",
80-
"url": "https://cran.r-project.org"
81-
},
82-
"sameAs": "https://CRAN.R-project.org/package=lwgeom"
83-
},
8472
{
8573
"@type": "SoftwareApplication",
8674
"identifier": "tinytest",
@@ -104,18 +92,6 @@
10492
"url": "https://cran.r-project.org"
10593
},
10694
"sameAs": "https://CRAN.R-project.org/package=covr"
107-
},
108-
{
109-
"@type": "SoftwareApplication",
110-
"identifier": "maptiles",
111-
"name": "maptiles",
112-
"provider": {
113-
"@id": "https://cran.r-project.org",
114-
"@type": "Organization",
115-
"name": "Comprehensive R Archive Network (CRAN)",
116-
"url": "https://cran.r-project.org"
117-
},
118-
"sameAs": "https://CRAN.R-project.org/package=maptiles"
11995
}
12096
],
12197
"softwareRequirements": {
@@ -192,5 +168,5 @@
192168
},
193169
"SystemRequirements": null
194170
},
195-
"fileSize": "513.025KB"
171+
"fileSize": "512.995KB"
196172
}

0 commit comments

Comments
 (0)