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
Today, I did a mistake, used box::use and imported functions I wrote in an R script. I loaded 'magrittr' with library(). But you shouldn't. Always use box with box.
I’m still thinking about a way of hooking the library function inside box, so that such errors don’t happen: it could either raise a warning, or it could silently do “the right thing” (but that’s kind of dangerous …). At the least I’ll write an FAQ.
The text was updated successfully, but these errors were encountered:
Legacy functions are functions such as `library`, `require` and
`source` which, when used inside modules, cause undesirable global
behaviour.
Fixesklmr#206.
See https://twitter.com/_gnoblet/status/1391681125504983041
and the reply:
The text was updated successfully, but these errors were encountered: