gadget-framework / gadget3

TMB-based gadget implemtation
GNU General Public License v2.0
8 stars 6 forks source link

action_reports expects a very limited set of assignments #107

Closed lentinj closed 8 months ago

lentinj commented 1 year ago

https://github.com/gadget-framework/gadget3/blob/d3029374e4acfa2bce52c004ca0c3422dace0f64/R/run.R#L47-L54

We don't even check to see if it's a subsetting call, just assume it's so and the first arg is a symbol.

This fails with x[1,2,3][[1]] <- y.

lentinj commented 8 months ago

Fixed in wip-integrated-reporting, but the whole code may well go away as part of #131 anyway.