Closed mheiser-md closed 8 years ago
We already know about this issue (see #35). It is known to occur on linux when using FORK clustering, which IPO automatically does. Thus we unload the namespace of snow to avoid errors. In your case we run into an error, but the error message is clear.
got it, thank you for clarifying!
If I load IPO together with another package that Depends on snow, I can't perform the following script:
It fails with the following:
Error: package ‘snow’ is required by ‘doSNOW’ so will not be detached
The obvious work around is to not load the offending packages when doing IPO, but I was wondering if this is an IPO problem or a e.g. doSNOW problem?