2DegreesInvesting / tiltIndicator

Indicators for the TILT project
https://2degreesinvesting.github.io/tiltIndicator/
GNU General Public License v3.0
1 stars 1 forks source link

`summarize_range()` now defaults to `na.rm = FALSE` #747

Closed maurolepore closed 3 months ago

maurolepore commented 3 months ago

Relates to https://github.com/2DegreesInvesting/tiltIndicatorAfter/issues/188

This is the safer and most common default. The exclusion of missing values should be done explicitely by the users of the code (e.g. in tiltIndicatorAfter).


TODO

EXCEPTIONS