Skip to contents

Performs a complete font setup for benviplot in one command:

  1. Checks if Poppins is installed

  2. Installs Poppins if missing

  3. Provides guidance for RStudio configuration

This is the recommended way to set up fonts for benviplot.

Usage

setup_benvi_fonts()

Value

Invisibly returns TRUE on success.

Examples

if (FALSE) { # \dontrun{
# Complete font setup (requires internet connection)
setup_benvi_fonts()
} # }