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
Even though we do not expect them to be frequent in reality, we need a way of handling cyclic and diamond like sources. While for source only the cyclic import:
# a.R
source("b.R")
# b.R
source("a.R")
by expecting to support library and other "loading mechanisms" it may be best to allow a handler if a file is requested an nth-time.
The text was updated successfully, but these errors were encountered:
Even though we do not expect them to be frequent in reality, we need a way of handling cyclic and diamond like sources. While for
source
only the cyclic import:by expecting to support
library
and other "loading mechanisms" it may be best to allow a handler if a file is requested an nth-time.The text was updated successfully, but these errors were encountered: