Skip to contents

List all {pacta.loanbook} dependencies

Usage

pacta_loanbook_deps(recursive = FALSE, repos = getOption("repos"))

Arguments

recursive

If TRUE, will also list all dependencies of {pacta.loanbook} packages.

repos

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

Value

a tibble containing the local and CRAN versions of dependent packages.

Examples

pacta_loanbook_deps(repos = "https://cran.r-project.org")
#> # A tibble: 12 × 4
#>    package        cran  local behind
#>    <chr>          <chr> <chr> <lgl> 
#>  1 dplyr          1.1.4 1.1.4 FALSE 
#>  2 ggrepel        0.9.6 0.9.6 FALSE 
#>  3 magrittr       2.0.3 2.0.3 FALSE 
#>  4 purrr          1.0.4 1.0.4 FALSE 
#>  5 r2dii.analysis 0.5.2 0.5.2 FALSE 
#>  6 r2dii.data     0.6.1 0.6.1 FALSE 
#>  7 r2dii.match    0.4.1 0.4.1 FALSE 
#>  8 r2dii.plot     0.5.2 0.5.2 FALSE 
#>  9 rlang          1.1.6 1.1.6 FALSE 
#> 10 scales         1.4.0 1.4.0 FALSE 
#> 11 tibble         3.3.0 3.3.0 FALSE 
#> 12 tidyselect     1.2.1 1.2.1 FALSE