femiguez / apsimx

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

Making inspect_apsimx more robust #148

Closed femiguez closed 2 months ago

femiguez commented 4 months ago

Things to do:

femiguez commented 4 months ago

I developed the option 'Other' substantially. Need to add functionality to supplying the parameter as a vector of length > 1 or a list.

femiguez commented 4 months ago

If supplying parm as a list and there are multiple simulations need to provide that. If supplying an incorrect character string, error needs to be more friendly

femiguez commented 3 months ago

Add the possibility of supplying a vector when node = "Other" and parm is a list. For example, list(1, 1:3). Add the possibility of changing the return object from 'inspect_apsimx' such as 'path', 'data.frame' or 'list'

femiguez commented 3 months ago

Lots of progress on this but not done yet

femiguez commented 3 months ago

Last improvement was related to improving the ability to create a parameter path when node = "Other" and parm is a list with integers such as 'parm = list(1, 2, 3)'

femiguez commented 2 months ago

Closed for now. I'll open something new if there are problems