-
Notifications
You must be signed in to change notification settings - Fork 47
Description
I previously got no errors when running HubGeneNetworkPlot(). However, after my school updated the R OnDemand, I have to install the hdWGCNA package and then I got the error below:
Error in getGlobalsAndPackages(expr, envir = envir, globals = globals) :
The total size of the 4 globals exported for future expression (‘FUN()’) is 3.02 GiB. This exceeds the maximum allowed size 500.00 MiB per by R option "future.globals.maxSize". This limit is set to protect against transfering too large objects to parallel workers by mistake, which may not be intended and could be costly. See help("future.globals.maxSize", package = "future") for further explainations and how to adjust or remove this threshold The three largest globals are ‘FUN’ (3.02 GiB of class ‘function’), ‘modules’ (1.32 MiB of class ‘list’) and ‘edge_df’ (52.23 KiB of class ‘list’)
Could you please help to solve this problem? Thank you so much!