Skip to content

Commit aa672cc

Browse files
committed
Exclude the large test file for RBuild [no ci]
1 parent bb0fd90 commit aa672cc

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

.Rbuildignore

+3
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ notes.R
1414
^\.github$
1515
^codemeta\.json$
1616
^benchmark$
17+
^CRAN-SUBMISSION$
18+
^tests/testdata/jts0501.ods$
1719

20+
^cran-comments\.md$

codemeta.json

+24-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"codeRepository": "https://github.com/ropensci/readODS",
88
"issueTracker": "https://github.com/ropensci/readODS/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "1.7.3",
10+
"version": "1.8.0",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
1414
"url": "https://r-project.org"
1515
},
16-
"runtimePlatform": "R version 4.2.0 (2022-04-22)",
16+
"runtimePlatform": "R version 4.2.2 Patched (2022-11-10 r83330)",
1717
"provider": {
1818
"@id": "https://cran.r-project.org",
1919
"@type": "Organization",
@@ -40,6 +40,13 @@
4040
"familyName": "Leeper",
4141
"email": "thosjleeper@gmail.com",
4242
"@id": "https://orcid.org/0000-0003-4097-6326"
43+
},
44+
{
45+
"@type": "Person",
46+
"givenName": "Detlef",
47+
"familyName": "Steuer",
48+
"email": "steuer@hsu-hh.de",
49+
"@id": "https://orcid.org/0000-0003-2676-5290"
4350
}
4451
],
4552
"contributor": [
@@ -90,6 +97,12 @@
9097
"@type": "Person",
9198
"givenName": "Matt",
9299
"familyName": "Kerlogue"
100+
},
101+
{
102+
"@type": "Person",
103+
"givenName": "Michal",
104+
"familyName": "Lauer",
105+
"email": "michal.lauer.25@gmail.com"
93106
}
94107
],
95108
"maintainer": [
@@ -236,11 +249,17 @@
236249
},
237250
"sameAs": "https://CRAN.R-project.org/package=purrr"
238251
},
252+
"7": {
253+
"@type": "SoftwareApplication",
254+
"identifier": "R",
255+
"name": "R",
256+
"version": ">= 2.10"
257+
},
239258
"SystemRequirements": null
240259
},
241-
"fileSize": "71469.591KB",
242-
"readme": "https://github.com/ropensci/readODS/blob/master/README.md",
243-
"contIntegration": ["https://app.codecov.io/gh/ropensci/readODS?branch=master", "https://github.com/ropensci/readODS/actions"],
260+
"fileSize": "71480.39KB",
261+
"readme": "https://github.com/ropensci/readODS/blob/v1.8/README.md",
262+
"contIntegration": ["https://app.codecov.io/gh/ropensci/readODS?branch=master", "https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml"],
244263
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#stable",
245264
"review": {
246265
"@type": "Review",

0 commit comments

Comments
 (0)