check_aif_py_modules: Check if all necessary python modules are available

View source: R/install_and_config.R

check_aif_py_modulesR Documentation

Check if all necessary python modules are available

Description

This function checks if all python modules necessary for the package 'aifeducation' to work are available.

Usage

check_aif_py_modules(trace = TRUE)

Arguments

trace

bool TRUE if a list with all modules and their availability should be printed to the console.

Value

The function prints a table with all relevant packages and shows which modules are available or unavailable.

If all relevant modules are available, the functions returns TRUE. In all other cases it returns FALSE

See Also

Other Installation and Configuration: get_recommended_py_versions(), install_aifeducation(), install_aifeducation_studio(), install_py_modules(), prepare_session(), set_transformers_logger(), update_aifeducation()


aifeducation documentation built on Nov. 19, 2025, 5:08 p.m.