Learn R Programming

Capsule (version 0.2.0)

capture_system_libraries: Capture System Libraries

Description

Capture version information for system libraries that R packages depend on (e.g., libcurl, libxml2, BLAS/LAPACK implementations)

Usage

capture_system_libraries(output_file = NULL)

Value

List containing system library information

Arguments

output_file

Character. Path to save library info. If NULL, returns as list.

Examples

Run this code
if (FALSE) {
capture_system_libraries("system_libs.json")
}

Run the code above in your browser using DataLab