rp_check_env: Check for rPandas dependencies and provide diagnostics

View source: R/utils_setup.R

rp_check_envR Documentation

Check for rPandas dependencies and provide diagnostics

Description

This function checks if the user's system is correctly configured with Python and the pandas library. If dependencies are missing, it stops with a detailed diagnostic report and actionable instructions (only in interactive sessions). In non‑interactive contexts (e.g., CRAN checks), it issues a warning and returns FALSE.

Usage

rp_check_env()

Value

Invisibly returns TRUE if all checks pass, otherwise FALSE.


rPandas documentation built on April 29, 2026, 1:07 a.m.