2DegreesInvesting / tiltIndicator

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

Force evaluation of arguments passed to a function factory #741

Closed maurolepore closed 4 months ago

maurolepore commented 4 months ago

Whenever you create a function factory, make sure every argument is evaluated, using force() as necessary if the argument is only used by the manufactured function. --https://adv-r.hadley.nz/function-factories.html#forcing-evaluation


TODO

EXCEPTIONS