Learn R Programming

SCpubr (version 2.0.2)

package_report: 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)

Value

None

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.

Examples

Run this code

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

Run the code above in your browser using DataLab