Last updated on 2026-05-02 12:50:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.3 | 369.43 | 1332.91 | 1702.34 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9.3 | 210.54 | 806.76 | 1017.30 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.9.3 | 600.00 | 2035.23 | 2635.23 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.3 | 600.00 | 1880.77 | 2480.77 | OK | |
| r-devel-windows-x86_64 | 0.9.3 | 388.00 | 1272.00 | 1660.00 | OK | |
| r-patched-linux-x86_64 | 0.9.3 | 279.03 | 1253.64 | 1532.67 | OK | |
| r-release-linux-x86_64 | 0.9.3 | 291.90 | 1251.12 | 1543.02 | 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 | 357.00 | 1310.00 | 1667.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 | 496.00 | 1741.00 | 2237.00 | OK |
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