Learn R Programming

bertopicr (version 0.3.6)

configure_macos_homebrew_zlib: Configure Homebrew zlib on macOS

Description

Sets DYLD_FALLBACK_LIBRARY_PATH to Homebrew's zlib lib directory. This can help reticulate find compatible libraries on macOS.

Usage

configure_macos_homebrew_zlib(quiet = FALSE)

Value

Logical. TRUE if the environment was updated, FALSE otherwise.

Arguments

quiet

Logical. If TRUE, suppresses messages.