setup_bolt4jr: Set up the Conda environment for bolt4jr

View source: R/setup_bolt4jr.R

setup_bolt4jrR Documentation

Set up the Conda environment for bolt4jr

Description

This function initializes the Conda environment required for the bolt4jr package. If no Conda binary is found, it installs Miniconda. If the required Conda environment (bolt4jr) is not found, it creates the environment and installs the necessary dependencies.

Usage

setup_bolt4jr()

Details

The function ensures that:

  • A Conda binary is available.

  • A Conda environment named bolt4jr exists.

  • The neo4j Python package is installed in the bolt4jr environment.

Call this function manually before using any functionality that relies on Python.

Value

No return value, called for side effects.


bolt4jr documentation built on April 3, 2025, 6:03 p.m.