femiguez / apsimx

R package for APSIM-X
https://femiguez.github.io/apsimx-docs/
45 stars 19 forks source link

inspect_apsimx_replacement not working #137

Closed guillemodon closed 8 months ago

guillemodon commented 8 months ago

Hello I wanted to apply the inspect_apsimx_replacement function, but I received this message:

_> inspect_apsimx_replacement("Opt.apsimx", src.dir = "C:/Users/54343/Desktop/OPT" ,

any suggestions? thank you so much

femiguez commented 8 months ago

You have probably found out that you need to use root = 'list('Models.Core.Folder', NA)' This is because the 'replacements' structure has changed. Unfortunately, they are still making changed to 'Replacements' so it is not a 'stable' feature. :(