Skip to contents

Just some helpful functions for managing the mirai daemons and parallel processing.

Load vrtility python environment in mirai daemons

Usage

n_daemons()

daemons_load_vrtility(py_pkgs = "numpy", ...)

Arguments

py_pkgs

A character vector of python packages to ensure are loaded in the mirai daemons.

...

Additional arguments passed to vrtility_py_require

Details

n_daemons() returns the number of mirai daemons running.