devtools (version 1.7.0)

session_info: Print session information

Description

This is sessionInfo() re-written from scratch to both exclude data that's rarely useful (e.g., the full collate string or base packages loaded) and include stuff you'd like to know (e.g., where a package was installed from).

Usage

session_info(include_base = FALSE)

Arguments

include_base
Include base packages in summary? By default this is false since base packages should always match the R version.