Skip to content

Commit ae7f9cc

Browse files
Release candidate
1 parent 105469f commit ae7f9cc

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

codemeta.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@
171171
"url": "https://cran.r-project.org"
172172
},
173173
"sameAs": "https://CRAN.R-project.org/package=tiff"
174-
},
175-
{
176-
"@type": "SoftwareApplication",
177-
"identifier": "unifir",
178-
"name": "unifir"
179174
}
180175
],
181176
"softwareRequirements": {
@@ -276,6 +271,18 @@
276271
"sameAs": "https://CRAN.R-project.org/package=terra"
277272
},
278273
"10": {
274+
"@type": "SoftwareApplication",
275+
"identifier": "unifir",
276+
"name": "unifir",
277+
"provider": {
278+
"@id": "https://cran.r-project.org",
279+
"@type": "Organization",
280+
"name": "Comprehensive R Archive Network (CRAN)",
281+
"url": "https://cran.r-project.org"
282+
},
283+
"sameAs": "https://CRAN.R-project.org/package=unifir"
284+
},
285+
"11": {
279286
"@type": "SoftwareApplication",
280287
"identifier": "units",
281288
"name": "units",
@@ -289,7 +296,7 @@
289296
},
290297
"SystemRequirements": null
291298
},
292-
"fileSize": "4059.882KB",
299+
"fileSize": "3978.587KB",
293300
"citation": [
294301
{
295302
"@type": "ScholarlyArticle",

cran-comments.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* ubuntu 20.04 (on GitHub Actions), R devel, release, oldrelease
44
* MacOS X 11.6.3 (on GitHub Actions), R release
55
* Windows Server 2019 (on GitHub Actions), R release
6-
* win-builder (devel, release, oldrelease)
6+
* win-builder (devel, release)
77

88
## R CMD check results
99

@@ -12,3 +12,11 @@
1212
## Downstream dependencies
1313
There are no downstream dependencies on CRAN for terrainr at the time of
1414
submission.
15+
16+
## revdepcheck results
17+
18+
We checked 2 reverse dependencies (1 from CRAN + 1 from R-Universe),
19+
comparing R CMD check results across CRAN and dev versions of this package.
20+
21+
* We saw 0 new problems
22+
* We failed to check 0 packages

0 commit comments

Comments
 (0)