- using R version 4.6.0 (2026-04-24)
- using platform: x86_64-apple-darwin20
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 14.2.0
- running under: macOS Ventura 13.3.1
- using session charset: UTF-8
* current time: 2026-04-29 16:32:28 UTC
- checking for file ‘geometa/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘geometa’ version ‘0.9.3’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘geometa’ can be installed ... [229s/454s] OK
See the install log for details.
- checking installed package size ... INFO
installed size is 23.1Mb
sub-directories of 1Mb or more:
R 13.0Mb
extdata 6.4Mb
help 3.5Mb
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [23s/54s] OK
- checking whether the package can be loaded with stated dependencies ... [22s/55s] OK
- checking whether the package can be unloaded cleanly ... [22s/79s] OK
- checking whether the namespace can be loaded with stated dependencies ... [23s/86s] OK
- checking whether the namespace can be unloaded cleanly ... [23s/67s] OK
- checking loading without being on the library search path ... [24s/64s] OK
- checking whether startup messages can be suppressed ... [23s/72s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [50s/123s] OK
- checking Rd files ... [10s/16s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [24s/55s] 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
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ...* using check arguments '--no-clean-on-error '