Skip to contents

This function gives a quick overview of the versions of R and RStudio as well as the {pacta.loanbook} package. It's primarily designed to help you get a quick idea of what's going on when you're helping someone else debug a problem.

Usage

pacta_loanbook_sitrep(repos = getOption("repos"))

Arguments

repos

The repositories to use to check for updates. Defaults to getOption("repos").

Value

returns NULL invisibly. The function is called for its side effect of printing a situation report of {pacta.loanbook} and its core packages.

Examples

pacta_loanbook_sitrep(repos = "https://cran.r-project.org")
#> ── R & RStudio ─────────────────────────────────────────────────────────────────
#> • R: 4.4.3
#> Warning: Unknown or uninitialised column: `package`.
#> ── Core packages ───────────────────────────────────────────────────────────────
#> Warning: Unknown or uninitialised column: `package`.
#>
#> ── Non-core packages ───────────────────────────────────────────────────────────
#> Warning: Unknown or uninitialised column: `package`.
#>