Got this error while running [tutorial_ocEAn.R](https://github.com/saezlab/ocean/blob/master/vignettes/tutorial_ocEAn.R) ``` Error in `makeCluster()`: ! could not find function "makeCluster" ``` Looking in the [NAMESPACE](https://github.com/saezlab/ocean/blob/master/NAMESPACE) I realized that ```importFrom(parallel,makeCluster)``` is missing.
Got this error while running tutorial_ocEAn.R
Looking in the NAMESPACE I realized that
importFrom(parallel,makeCluster)is missing.