Last updated on 2026-06-08 02:51:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.3 | 341.50 | 1285.68 | 1627.18 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9.3 | 221.35 | 770.83 | 992.18 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.3 | 600.00 | 2114.99 | 2714.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.3 | 600.00 | 1987.50 | 2587.50 | OK | |
| r-devel-windows-x86_64 | 0.9.3 | 345.00 | 1312.00 | 1657.00 | OK | |
| r-patched-linux-x86_64 | 0.9.3 | 307.67 | 1247.79 | 1555.46 | OK | |
| r-release-linux-x86_64 | 0.9.3 | 289.66 | 1245.08 | 1534.74 | OK | |
| r-release-macos-arm64 | 0.9.3 | 77.00 | 676.00 | 753.00 | OK | |
| r-release-macos-x86_64 | 0.9.3 | 229.00 | 1574.00 | 1803.00 | ERROR | |
| r-release-windows-x86_64 | 0.9.3 | 356.00 | 1318.00 | 1674.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.3 | 77.00 | 644.00 | 721.00 | OK | |
| r-oldrel-macos-x86_64 | 0.9.3 | 252.00 | 1309.00 | 1561.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.3 | 489.00 | 1666.00 | 2155.00 | OK |
Version: 0.9.3
Check: for unstated dependencies in examples
Result: WARN
Warning in file(out, "wt") :
cannot open file '/tmp/Rtmp23afxK/file1bf8197e3afd8e/ISOSpatialTemporalExtent.R': No space left on device
Error in file(out, "wt") : cannot open the connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.3
Check: PDF version of manual
Result: ERROR
Rd conversion errors:
Converting parsed Rd's to LaTeX .........................Warning in file(out, "wt") :
cannot open file '/tmp/Rtmp2BbeHn/file1d8f4389f0d39': No space left on device
Warning in file(con, "r") :
cannot open file '/tmp/Rtmp2BbeHn/file1d8f4389f0d39': No such file or directory
Error in file(con, "r") : cannot open the connection
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.3
Check: examples
Result: ERROR
Running examples in ‘geometa-Ex.R’ failed
The error most likely occurred in:
> ### Name: ISOBand
> ### Title: ISOBand
> ### Aliases: ISOBand
> ### Keywords: ISO band
>
> ### ** Examples
>
> #create band range dimension
> md <- ISOBand$new()
> md$setSequenceIdentifier(ISOMemberName$new(aName = "name", attributeType = "type"))
> md$setDescriptor("descriptor")
> md$setMaxValue(10)
> md$setMinValue(1)
> gml <- GMLBaseUnit$new(id = "ID")
> gml$setDescriptionReference("someref")
> gml$setIdentifier("identifier", "codespace")
> gml$addName("name1", "codespace")
[1] TRUE
> gml$addName("name2", "codespace")
[1] TRUE
> gml$setQuantityTypeReference("someref")
> gml$setCatalogSymbol("symbol")
> gml$setUnitsSystem("somelink")
> md$setUnits(gml)
> md$setPeakResponse(9)
> md$setBitsPerValue(5)
> md$setToneGradation(100)
> md$setScaleFactor(1)
> md$setOffset(4)
> xml <- md$encode()
Execution halted
Flavor: r-release-macos-x86_64