This currently doesn't work:
|
# doesn't work -- need to fix |
When we shim functions, we should add a "package" attribute to the function. Then, any function that is in any environment that has a "package" attribute equal to "fertile" can be safely removed. We can use this functionality in active_shims() and by extension, in unload_shims().
This currently doesn't work:
fertile/R/utils.R
Line 736 in 639fc68
When we shim functions, we should add a "package" attribute to the function. Then, any function that is in any environment that has a "package" attribute equal to "fertile" can be safely removed. We can use this functionality in
active_shims()and by extension, inunload_shims().