Closed rosemckeon closed 5 years ago
Sometimes, when used inside other functions (spotted while doing reproduction) the use of this nesting function gives warnings:
Warning messages: 1: Unknown or uninitialised column: 'plants'. 2: Unknown or uninitialised column: 'plants'. 3: Unknown or uninitialised column: 'plants'. 4: Unknown or uninitialised column: 'plants'. 5: Unknown or uninitialised column: 'plants'.
Manual nesting does not give these errors.
Not sure this is actually an issue. I think it was only happening when I had environment objects that clashed with parameter names. These warnings don't appear after running simulations anyway.
Sometimes, when used inside other functions (spotted while doing reproduction) the use of this nesting function gives warnings:
Manual nesting does not give these errors.