package_report: Generate a status report of SCpubr and its dependencies.

View source: R/utils.R

package_reportR Documentation

Generate a status report of SCpubr and its dependencies.

Description

This function generates a summary report of the installation status of SCpubr, which packages are still missing and which functions can or can not currently be used.

Usage

package_report(startup = FALSE, extended = FALSE)

Arguments

startup

logical | Whether the message should be displayed at startup, therefore, also containing welcoming messages and tips. If FALSE, only the report itself will be printed.

extended

logical | Whether the message should also include installed packages, current and available version, and which SCpubr functions can be used with the currently installed packages.

Value

None

Examples



# Print a package report.
SCpubr::package_report(startup = FALSE, extended = FALSE)


SCpubr documentation built on Oct. 11, 2023, 5:15 p.m.