Contact Details
No response
What happened?
Should wrap this line in a conditional to only be run if not on a unix machine:
ssim_proj_lib <- ssimEnvironment()$ProgramDirectory %>%
file.path("gdal", "share") %>%
normalizePath()
Otherwise the following warning is thrown at runtime because SyncroSim linux does not contain the gdal path:
Warning message:
In normalizePath(.) :
path[1]="/home/ubuntu/syncrosim-3-1-17/gdal/share": No such file or directory
Object reference not set to an instance of an object
What component are you seeing the problem on?
R
Relevant log output
No response
Approvals Process