Skip to content

Commit 244930e

Browse files
committed
bump r version requirement due to native pipe
1 parent 4ee6453 commit 244930e

File tree

3 files changed

+28
-9
lines changed

3 files changed

+28
-9
lines changed

CITATION.cff

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ contact:
3636
3737
orcid: https://orcid.org/0000-0001-6690-5345
3838
references:
39+
- type: software
40+
title: 'R: A Language and Environment for Statistical Computing'
41+
notes: Depends
42+
url: https://www.R-project.org/
43+
authors:
44+
- name: R Core Team
45+
institution:
46+
name: R Foundation for Statistical Computing
47+
address: Vienna, Austria
48+
year: '2025'
49+
version: '>= 4.1'
3950
- type: software
4051
title: arrow
4152
abstract: 'arrow: Integration to ''Apache'' ''Arrow'''

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Description: This package provides some alternatives to sf functions,
1212
License: MIT + file LICENSE
1313
URL: https://github.com/e-kotov/ducksf , http://www.ekotov.pro/ducksf/
1414
BugReports: https://github.com/e-kotov/ducksf/issues
15+
Depends:
16+
R (>= 4.1)
1517
Imports:
1618
arrow,
1719
DBI,

codemeta.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@
9595
],
9696
"softwareRequirements": {
9797
"1": {
98+
"@type": "SoftwareApplication",
99+
"identifier": "R",
100+
"name": "R",
101+
"version": ">= 4.1"
102+
},
103+
"2": {
98104
"@type": "SoftwareApplication",
99105
"identifier": "arrow",
100106
"name": "arrow",
@@ -106,7 +112,7 @@
106112
},
107113
"sameAs": "https://CRAN.R-project.org/package=arrow"
108114
},
109-
"2": {
115+
"3": {
110116
"@type": "SoftwareApplication",
111117
"identifier": "DBI",
112118
"name": "DBI",
@@ -118,7 +124,7 @@
118124
},
119125
"sameAs": "https://CRAN.R-project.org/package=DBI"
120126
},
121-
"3": {
127+
"4": {
122128
"@type": "SoftwareApplication",
123129
"identifier": "dplyr",
124130
"name": "dplyr",
@@ -130,7 +136,7 @@
130136
},
131137
"sameAs": "https://CRAN.R-project.org/package=dplyr"
132138
},
133-
"4": {
139+
"5": {
134140
"@type": "SoftwareApplication",
135141
"identifier": "duckdb",
136142
"name": "duckdb",
@@ -142,7 +148,7 @@
142148
},
143149
"sameAs": "https://CRAN.R-project.org/package=duckdb"
144150
},
145-
"5": {
151+
"6": {
146152
"@type": "SoftwareApplication",
147153
"identifier": "geoarrow",
148154
"name": "geoarrow",
@@ -154,7 +160,7 @@
154160
},
155161
"sameAs": "https://CRAN.R-project.org/package=geoarrow"
156162
},
157-
"6": {
163+
"7": {
158164
"@type": "SoftwareApplication",
159165
"identifier": "glue",
160166
"name": "glue",
@@ -166,7 +172,7 @@
166172
},
167173
"sameAs": "https://CRAN.R-project.org/package=glue"
168174
},
169-
"7": {
175+
"8": {
170176
"@type": "SoftwareApplication",
171177
"identifier": "rlang",
172178
"name": "rlang",
@@ -178,7 +184,7 @@
178184
},
179185
"sameAs": "https://CRAN.R-project.org/package=rlang"
180186
},
181-
"8": {
187+
"9": {
182188
"@type": "SoftwareApplication",
183189
"identifier": "sf",
184190
"name": "sf",
@@ -190,7 +196,7 @@
190196
},
191197
"sameAs": "https://CRAN.R-project.org/package=sf"
192198
},
193-
"9": {
199+
"10": {
194200
"@type": "SoftwareApplication",
195201
"identifier": "wk",
196202
"name": "wk",
@@ -204,7 +210,7 @@
204210
},
205211
"SystemRequirements": null
206212
},
207-
"fileSize": "487.767KB",
213+
"fileSize": "487.792KB",
208214
"citation": [
209215
{
210216
"@type": "SoftwareSourceCode",

0 commit comments

Comments
 (0)