You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can call those with the @importFrom to ensure you have them in the space as calling the package to pull a function is actually less efficient (it seems weird but that's what I've learned!)
The text was updated successfully, but these errors were encountered:
Hey Air!
Was just watching WFCC 2024 and figured I'd check out your package!
I have a couple suggestions that can help speed some things up if you like!
Biggest one is importing functions:
terra::minmax
https://github.com/heyairf/fireexposuR/blob/8cc26b1477d0ad405161d5969a5cd25e64347de0/R/fire_exp_adjust.R#L37C16-L37C30
You can call those with the @importFrom to ensure you have them in the space as calling the package to pull a function is actually less efficient (it seems weird but that's what I've learned!)
The text was updated successfully, but these errors were encountered: