In aggregate_area.R, applyPropLand
and applyPropValue
look like they can have different values, is this intended?
#61
Labels
bug
Something isn't working
The message in the code indicates that
applyPropLand
andapplyPropValue
should not have different values (both should be T or both should be F)However, this code allows
applyPropLand
to be F andapplyPropValue
to be T if I'm reading it correctly:comlandr/R/aggregate_area.R
Lines 25 to 28 in 28b4c58
Should it instead set
applyPropValue
to F ifapplyPropLand
is already F?Should line 27 be
And the message adjusted to say
applyPropValue
is being set to F?The text was updated successfully, but these errors were encountered: