check_env: Check that the active Python environment is setup for slendr

check_envR Documentation

Check that the active Python environment is setup for slendr

Description

This function inspects the Python environment which has been activated by the reticulate package and prints the versions of all slendr Python dependencies to the console.

Usage

check_env(verbose = TRUE)

Arguments

verbose

Should a log message be printed? If FALSE, only a logical value is returned (invisibly).

Value

Either TRUE (slendr Python environment is present) or FALSE (slendr Python environment is not present).

Examples


init_env()
check_env()

slendr documentation built on Aug. 8, 2023, 5:08 p.m.