install_pm4py: Install PM4PY library

View source: R/install.R

install_pm4pyR Documentation

Install PM4PY library

Description

Installs the pm4py package and its dependencies using pip since no Conda package is available. Further information on the parameters can be found in the reticulate package documentation: https://rstudio.github.io/reticulate/ In some cases (multiple Python versions installed) it might be useful to specify the exact path to the conda binary.

Usage

install_pm4py(method = "auto", conda = "auto", version = NULL, ...)

Arguments

method

Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows.

conda

Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations).

version

Optional parameter overriding the PM4Py version that will be installed. Note that the R pm4py package was only tested against the default PM4Py version that will be installed.

...

Additional arguments passed to py_install().

Details

Additional requirements, for example, a C++ compiler and GraphViz might need to be installed to leverage all functionality. Please refer to the PM4Py documentation for details: https://pm4py.fit.fraunhofer.de/install

Value

No return value, called for side effects.


bupaverse/pm4py documentation built on May 11, 2024, 8:01 a.m.