
Check if the required Python dependencies for pangoling
are installed
Source: R/utils.R
installed_py_pangoling.Rd
This function verifies whether the necessary Python modules (transformers
and torch
) are available in the current Python environment.
Value
A logical value: TRUE
if both transformers
and torch
are
installed and accessible, otherwise FALSE
.
See also
Other helper functions:
install_py_pangoling()
,
set_cache_folder()