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"))
Value
returns NULL
invisibly. The function is called for its side effect
of printing a situation report of {pacta.loanbook}
and its core packages.
See also
Other utility functions:
pacta_loanbook_conflicts()
,
pacta_loanbook_deps()
,
pacta_loanbook_logo()
,
pacta_loanbook_packages()
,
pacta_loanbook_update()
Examples
pacta_loanbook_sitrep(repos = "https://cran.r-project.org")
#> ── R & RStudio ─────────────────────────────────────────────────────────────────
#> • R: 4.5.1
#> ── Core packages ───────────────────────────────────────────────────────────────
#> • r2dii.analysis (0.5.2)
#> • r2dii.data (0.6.1)
#> • r2dii.match (0.4.1)
#> • r2dii.plot (0.5.2)
#> ── Non-core packages ───────────────────────────────────────────────────────────
#> • dplyr (1.1.4)
#> • ggrepel (0.9.6)
#> • magrittr (2.0.3)
#> • purrr (1.0.4)
#> • rlang (1.1.6)
#> • scales (1.4.0)
#> • tibble (3.3.0)
#> • tidyselect (1.2.1)