R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(cli::format_inline(
    "{.pkg azr} {utils::packageVersion('azr')} | Azure OAuth 2.0 credential chain"
  ))

  packageStartupMessage(cli::format_bullets_raw(c(
    i = "Environment configuration:"
  )))
  for (bullet in cli::format_bullets_raw(get_env_config())) {
    packageStartupMessage(bullet)
  }
}

Try the azr package in your browser

Any scripts or data that you put into this service are public.

azr documentation built on Feb. 18, 2026, 1:07 a.m.