Hi,
When i install link2GI with OTB 9.0.0, the command don't work
`require(link2GI)
require(terra)
require(listviewer)
link to OTB
otblink<-link2GI::linkOTB(searchLocation = "/home/pascal/OTB-9.0.0-Linux/bin")
if (otblink$exist) {
root_folder<-tempdir()
fn <- system.file('ex/elev.tif', package = 'terra')
for an image output example we use the Statistic Extraction,
algoKeyword<- 'LocalStatisticExtraction'
extract the command list for the choosen algorithm
cmd<-parseOTBFunction(algo = algoKeyword, gili = otblink)`
i receive this error :
