{
  "_id": "6a424dcc4ba05a737d8a3eb4",
  "Package": "azr",
  "Title": "Credential Chain for Seamless 'OAuth 2.0' Authentication to\n'Azure Services'",
  "Version": "0.3.5",
  "Authors@R": "person(\"Pedro\", \"Baltazar\",, \"pedrobtz@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Implements a credential chain for 'Azure OAuth 2.0'\nauthentication based on the package 'httr2''s 'OAuth'\nframework. Sequentially attempts authentication methods until\none succeeds. During development allows interactive\nbrowser-based flows ('Device Code' and 'Auth Code' flows) and\nnon-interactive flow ('Client Secret') in batch mode.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "URL": "https://pedrobtz.github.io/azr/, https://github.com/pedrobtz/azr",
  "BugReports": "https://github.com/pedrobtz/azr/issues",
  "Config/testthat/edition": "3",
  "Config/Needs/website": "tidyverse/tidytemplate",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://pedrobtz.r-universe.dev",
  "Date/Publication": "2026-06-29 07:43:57 UTC",
  "RemoteUrl": "https://github.com/pedrobtz/azr",
  "RemoteRef": "HEAD",
  "RemoteSha": "dd8cc247ed0cd2d7dcd4a161f7a87aa4a1aa31aa",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-29 10:45:50 UTC",
    "User": "root"
  },
  "Author": "Pedro Baltazar [aut, cre]",
  "Maintainer": "Pedro Baltazar <pedrobtz@gmail.com>",
  "MD5sum": "c5bc7209e52255d5f02b47a6b98f9662",
  "_user": "pedrobtz",
  "_type": "src",
  "_file": "azr_0.3.5.tar.gz",
  "_fileid": "722e6d9e6a056083f436e64f9b2744bc62c6e2d6ecdb742de881e81d306d10c3",
  "_filesize": 437019,
  "_sha256": "722e6d9e6a056083f436e64f9b2744bc62c6e2d6ecdb742de881e81d306d10c3",
  "_created": "2026-06-29T10:45:50.000Z",
  "_published": "2026-06-29T10:49:48.212Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 84033499682,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7949629668"
    },
    {
      "job": 84033499678,
      "time": 193,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7949646117"
    },
    {
      "job": 84033499709,
      "time": 74,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7949603211"
    },
    {
      "job": 84033499693,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7949608685"
    },
    {
      "job": 84032907255,
      "time": 201,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7949572914"
    },
    {
      "job": 84033499668,
      "time": 149,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7949629810"
    },
    {
      "job": 84033499735,
      "time": 84,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7949606973"
    },
    {
      "job": 84033499730,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7949608947"
    },
    {
      "job": 84033499724,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7949607387"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pedrobtz/actions/runs/28366279202",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/pedrobtz/azr",
  "_commit": {
    "id": "dd8cc247ed0cd2d7dcd4a161f7a87aa4a1aa31aa",
    "author": "pedrobtz <pedrobtz@gmail.com>",
    "committer": "pedrobtz <pedrobtz@gmail.com>",
    "message": "clean-up\n",
    "time": 1782719037
  },
  "_maintainer": {
    "name": "Pedro Baltazar",
    "email": "pedrobtz@gmail.com",
    "login": "pedrobtz",
    "description": "\n",
    "uuid": 2864346
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "S7",
      "version": ">= 0.2.0",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "version": ">= 1.2.2",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Suggests"
    },
    {
      "package": "httpuv",
      "role": "Suggests"
    },
    {
      "package": "clipr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "processx",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "vcr",
      "version": ">= 2.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "pedrobtz",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-43",
      "n": 5
    },
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2025-45",
      "n": 4
    },
    {
      "week": "2025-46",
      "n": 2
    },
    {
      "week": "2025-47",
      "n": 11
    },
    {
      "week": "2025-48",
      "n": 22
    },
    {
      "week": "2025-49",
      "n": 12
    },
    {
      "week": "2025-52",
      "n": 9
    },
    {
      "week": "2026-02",
      "n": 4
    },
    {
      "week": "2026-03",
      "n": 1
    },
    {
      "week": "2026-08",
      "n": 2
    },
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 2
    },
    {
      "week": "2026-13",
      "n": 1
    },
    {
      "week": "2026-14",
      "n": 2
    },
    {
      "week": "2026-19",
      "n": 7
    },
    {
      "week": "2026-20",
      "n": 1
    },
    {
      "week": "2026-26",
      "n": 4
    },
    {
      "week": "2026-27",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2025-10-31"
    },
    {
      "name": "0.2.0",
      "date": "2025-12-04"
    },
    {
      "name": "0.2.1",
      "date": "2026-01-07"
    },
    {
      "name": "0.3.0",
      "date": "2026-02-17"
    },
    {
      "name": "0.3.1",
      "date": "2026-03-04"
    },
    {
      "name": "0.3.2",
      "date": "2026-03-30"
    },
    {
      "name": "0.3.3",
      "date": "2026-05-04"
    },
    {
      "name": "0.3.4",
      "date": "2026-05-09"
    },
    {
      "name": "0.3.5",
      "date": "2026-06-26"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "pedrobtz",
      "count": 124,
      "uuid": 2864346
    }
  ],
  "_userbio": {
    "uuid": 2864346,
    "type": "user",
    "name": "Pedro Z",
    "followers": 0
  },
  "_downloads": {
    "count": 508,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/azr"
  },
  "_devurl": "https://github.com/pedrobtz/azr",
  "_pkgdown": "https://pedrobtz.github.io/azr/",
  "_searchresults": 9,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/azr.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pedrobtz/azr",
  "_realowner": "pedrobtz",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-11-04"
    },
    {
      "version": "0.2.0",
      "date": "2025-12-11"
    },
    {
      "version": "0.2.1",
      "date": "2026-01-07"
    },
    {
      "version": "0.3.0",
      "date": "2026-02-17"
    },
    {
      "version": "0.3.1",
      "date": "2026-03-04"
    },
    {
      "version": "0.3.2",
      "date": "2026-03-30"
    },
    {
      "version": "0.3.3",
      "date": "2026-05-04"
    },
    {
      "version": "0.3.4",
      "date": "2026-05-09"
    },
    {
      "version": "0.3.5",
      "date": "2026-06-26"
    }
  ],
  "_exports": [
    "api_client",
    "api_log_analytics_client",
    "api_resource",
    "api_service",
    "api_storage_client",
    "AuthCodeCredential",
    "az_cli_account_show",
    "az_cli_get_cached_token",
    "az_cli_get_token",
    "az_cli_is_login",
    "az_cli_login",
    "az_cli_logout",
    "azr_catalog",
    "azr_catalog_read",
    "azr_catalog_write",
    "azr_dataset",
    "azr_dataset_from_uri",
    "azr_dataset_manifest",
    "azr_dataset_uri",
    "azr_graph_client",
    "azr_logs_client",
    "azr_options",
    "azr_resolve_dataset",
    "azr_storage_client",
    "azure_spark_storage_conf",
    "AzureCLICredential",
    "cached_token_credential_chain",
    "CachedTokenCredential",
    "ClientSecretCredential",
    "credential_chain",
    "default_azure_cli_client_id",
    "default_azure_client_id",
    "default_azure_client_secret",
    "default_azure_config_dir",
    "default_azure_host",
    "default_azure_oauth_client",
    "default_azure_scope",
    "default_azure_tenant_id",
    "default_azure_url",
    "default_credential_chain",
    "default_federated_token_file",
    "default_graph_endpoint",
    "default_log_analytics_endpoint",
    "default_msal_token_cache",
    "default_non_auth",
    "default_redirect_uri",
    "default_refresh_token",
    "default_response_handler",
    "default_storage_endpoint",
    "DefaultCredential",
    "DeviceCodeCredential",
    "get_credential_auth",
    "get_credential_provider",
    "get_request_authorizer",
    "get_token",
    "get_token_provider",
    "is_hosted_session",
    "ManagedIdentityCredential",
    "parse_storage_path",
    "RefreshTokenCredential",
    "WorkloadIdentityCredential",
    "write_msal_token"
  ],
  "_help": [
    {
      "page": "api_client",
      "title": "Azure API Client",
      "topics": [
        "api_client"
      ]
    },
    {
      "page": "api_log_analytics_client",
      "title": "Azure Log Analytics API Class",
      "topics": [
        "api_log_analytics_client"
      ]
    },
    {
      "page": "api_resource",
      "title": "Azure API Resource",
      "topics": [
        "api_resource"
      ]
    },
    {
      "page": "api_service",
      "title": "API Service Base Class",
      "topics": [
        "api_service"
      ]
    },
    {
      "page": "api_storage_client",
      "title": "Azure Storage API Class",
      "topics": [
        "api_storage_client"
      ]
    },
    {
      "page": "AuthCodeCredential",
      "title": "Authorization code credential authentication",
      "topics": [
        "AuthCodeCredential"
      ]
    },
    {
      "page": "az_cli_account_show",
      "title": "Show Azure CLI Account Information",
      "topics": [
        "az_cli_account_show"
      ]
    },
    {
      "page": "az_cli_get_cached_token",
      "title": "Get Cached Token from MSAL Token Cache",
      "topics": [
        "az_cli_get_cached_token"
      ]
    },
    {
      "page": "az_cli_get_token",
      "title": "Get Access Token from Azure CLI",
      "topics": [
        "az_cli_get_token"
      ]
    },
    {
      "page": "az_cli_is_login",
      "title": "Check if User is Logged in to Azure CLI",
      "topics": [
        "az_cli_is_login"
      ]
    },
    {
      "page": "az_cli_login",
      "title": "Azure CLI Device Code Login",
      "topics": [
        "az_cli_login"
      ]
    },
    {
      "page": "az_cli_logout",
      "title": "Azure CLI Logout",
      "topics": [
        "az_cli_logout"
      ]
    },
    {
      "page": "azr_catalog",
      "title": "Azure Storage dataset catalog",
      "topics": [
        "azr_catalog"
      ]
    },
    {
      "page": "azr_catalog_read",
      "title": "Read a dataset catalog from JSON",
      "topics": [
        "azr_catalog_read"
      ]
    },
    {
      "page": "azr_catalog_write",
      "title": "Write a dataset catalog to JSON",
      "topics": [
        "azr_catalog_write"
      ]
    },
    {
      "page": "azr_dataset",
      "title": "Azure Storage dataset",
      "topics": [
        "azr_dataset"
      ]
    },
    {
      "page": "azr_dataset_from_uri",
      "title": "Create an 'azr_dataset' from a full Azure Storage URI",
      "topics": [
        "azr_dataset_from_uri"
      ]
    },
    {
      "page": "azr_dataset_manifest",
      "title": "Azure Storage dataset manifest",
      "topics": [
        "azr_dataset_manifest"
      ]
    },
    {
      "page": "azr_dataset_uri",
      "title": "Build a URI for an 'azr_dataset' or look one up in an 'azr_catalog'",
      "topics": [
        "azr_dataset_uri"
      ]
    },
    {
      "page": "azr_graph_client",
      "title": "Create a Microsoft Graph API Client",
      "topics": [
        "azr_graph_client"
      ]
    },
    {
      "page": "azr_logs_client",
      "title": "Create an Azure Log Analytics Client",
      "topics": [
        "azr_logs_client"
      ]
    },
    {
      "page": "azr_options",
      "title": "List all azr options and their current values",
      "topics": [
        "azr_options"
      ]
    },
    {
      "page": "azr_resolve_dataset",
      "title": "Build a URI + format manifest for an 'azr_dataset' or 'azr_catalog'",
      "topics": [
        "azr_resolve_dataset"
      ]
    },
    {
      "page": "azr_storage_client",
      "title": "Create an Azure Storage Client",
      "topics": [
        "azr_storage_client"
      ]
    },
    {
      "page": "azure_spark_storage_conf",
      "title": "Azure Storage Spark / Hadoop configuration",
      "topics": [
        "azure_spark_storage_conf"
      ]
    },
    {
      "page": "AzureCLICredential",
      "title": "Azure CLI credential authentication",
      "topics": [
        "AzureCLICredential"
      ]
    },
    {
      "page": "cached_token_credential_chain",
      "title": "Create Cached Token Credential Chain",
      "topics": [
        "cached_token_credential_chain"
      ]
    },
    {
      "page": "CachedTokenCredential",
      "title": "Cached token credential authentication",
      "topics": [
        "CachedTokenCredential"
      ]
    },
    {
      "page": "ClientSecretCredential",
      "title": "Client secret credential authentication",
      "topics": [
        "ClientSecretCredential"
      ]
    },
    {
      "page": "credential_chain",
      "title": "Create Custom Credential Chain",
      "topics": [
        "credential_chain"
      ]
    },
    {
      "page": "default_azure_cli_client_id",
      "title": "Get the Azure CLI public client ID",
      "topics": [
        "default_azure_cli_client_id"
      ]
    },
    {
      "page": "default_azure_client_id",
      "title": "Get default Azure client ID",
      "topics": [
        "default_azure_client_id"
      ]
    },
    {
      "page": "default_azure_client_secret",
      "title": "Get default Azure client secret",
      "topics": [
        "default_azure_client_secret"
      ]
    },
    {
      "page": "default_azure_config_dir",
      "title": "Get default Azure configuration directory",
      "topics": [
        "default_azure_config_dir"
      ]
    },
    {
      "page": "default_azure_host",
      "title": "Get default Azure authority host",
      "topics": [
        "default_azure_host"
      ]
    },
    {
      "page": "default_azure_oauth_client",
      "title": "Create default Azure OAuth client",
      "topics": [
        "default_azure_oauth_client"
      ]
    },
    {
      "page": "default_azure_scope",
      "title": "Get default Azure OAuth scope",
      "topics": [
        "default_azure_scope"
      ]
    },
    {
      "page": "default_azure_tenant_id",
      "title": "Get default Azure tenant ID",
      "topics": [
        "default_azure_tenant_id"
      ]
    },
    {
      "page": "default_azure_url",
      "title": "Get default Azure OAuth URLs",
      "topics": [
        "default_azure_url"
      ]
    },
    {
      "page": "default_credential_chain",
      "title": "Create Default Credential Chain",
      "topics": [
        "default_credential_chain"
      ]
    },
    {
      "page": "default_federated_token_file",
      "title": "Get default federated token file path",
      "topics": [
        "default_federated_token_file"
      ]
    },
    {
      "page": "default_graph_endpoint",
      "title": "Get default Microsoft Graph endpoint",
      "topics": [
        "default_graph_endpoint"
      ]
    },
    {
      "page": "default_log_analytics_endpoint",
      "title": "Get default Azure Log Analytics query endpoint",
      "topics": [
        "default_log_analytics_endpoint"
      ]
    },
    {
      "page": "default_msal_token_cache",
      "title": "Get default MSAL token cache path",
      "topics": [
        "default_msal_token_cache"
      ]
    },
    {
      "page": "default_non_auth",
      "title": "Default No Authentication",
      "topics": [
        "default_non_auth"
      ]
    },
    {
      "page": "default_redirect_uri",
      "title": "Get default OAuth redirect URI",
      "topics": [
        "default_redirect_uri"
      ]
    },
    {
      "page": "default_refresh_token",
      "title": "Get default Azure refresh token",
      "topics": [
        "default_refresh_token"
      ]
    },
    {
      "page": "default_response_handler",
      "title": "Default response handler",
      "topics": [
        "default_response_handler"
      ]
    },
    {
      "page": "default_storage_endpoint",
      "title": "Get default Azure Storage DFS endpoint suffix",
      "topics": [
        "default_storage_endpoint"
      ]
    },
    {
      "page": "DefaultCredential",
      "title": "Default credential authentication",
      "topics": [
        "DefaultCredential"
      ]
    },
    {
      "page": "DeviceCodeCredential",
      "title": "Device code credential authentication",
      "topics": [
        "DeviceCodeCredential"
      ]
    },
    {
      "page": "get_credential_auth",
      "title": "Get Credential Authentication Function",
      "topics": [
        "get_credential_auth"
      ]
    },
    {
      "page": "get_credential_provider",
      "title": "Get Credential Provider",
      "topics": [
        "get_credential_provider"
      ]
    },
    {
      "page": "get_request_authorizer",
      "title": "Get Default Request Authorizer Function",
      "topics": [
        "get_request_authorizer"
      ]
    },
    {
      "page": "get_token",
      "title": "Get Authentication Token",
      "topics": [
        "get_token"
      ]
    },
    {
      "page": "get_token_provider",
      "title": "Get Default Token Provider Function",
      "topics": [
        "get_token_provider"
      ]
    },
    {
      "page": "is_hosted_session",
      "title": "Detect if running in a hosted session",
      "topics": [
        "is_hosted_session"
      ]
    },
    {
      "page": "ManagedIdentityCredential",
      "title": "Managed identity credential authentication",
      "topics": [
        "ManagedIdentityCredential"
      ]
    },
    {
      "page": "parse_storage_path",
      "title": "Parse an Azure Storage path",
      "topics": [
        "parse_storage_path"
      ]
    },
    {
      "page": "RefreshTokenCredential",
      "title": "Refresh token credential authentication",
      "topics": [
        "RefreshTokenCredential"
      ]
    },
    {
      "page": "WorkloadIdentityCredential",
      "title": "Workload Identity credential authentication",
      "topics": [
        "WorkloadIdentityCredential"
      ]
    },
    {
      "page": "write_msal_token",
      "title": "Write an httr2 Token to the MSAL Token Cache",
      "topics": [
        "write_msal_token"
      ]
    }
  ],
  "_pkglogo": "https://github.com/pedrobtz/azr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/pedrobtz/azr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "glue",
    "httr2",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "openssl",
    "R6",
    "rappdirs",
    "rlang",
    "S7",
    "sys",
    "vctrs",
    "withr"
  ],
  "_score": 3.9777236052888476,
  "_indexed": true,
  "_nocasepkg": "azr",
  "_universes": [
    "pedrobtz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.5",
      "date": "2026-06-29T10:48:24.000Z",
      "distro": "resolute",
      "commit": "dd8cc247ed0cd2d7dcd4a161f7a87aa4a1aa31aa",
      "fileid": "f616606127da80d54025baf3db6e4d18a8a39216c36b44a3d5032d49bc3f8484",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedrobtz/actions/runs/28366279202"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.5",
      "date": "2026-06-29T10:49:02.000Z",
      "distro": "resolute",
      "commit": "dd8cc247ed0cd2d7dcd4a161f7a87aa4a1aa31aa",
      "fileid": "db4dccd7215009c7d655bc4b4405152558aedf3b597cb5c0e45f3e8870bdfcc5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedrobtz/actions/runs/28366279202"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.5",
      "date": "2026-06-29T10:47:26.000Z",
      "commit": "dd8cc247ed0cd2d7dcd4a161f7a87aa4a1aa31aa",
      "fileid": "4d09e8d554e2bf089918bb6dfb1c97a975e9dfc852fc613d2fcc50c032dd59c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedrobtz/actions/runs/28366279202"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.5",
      "date": "2026-06-29T10:47:36.000Z",
      "commit": "dd8cc247ed0cd2d7dcd4a161f7a87aa4a1aa31aa",
      "fileid": "e168b92ffc5f4e02501f9eb69b98814877ab2eb1020a4a224e9c2ea6abd1a218",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedrobtz/actions/runs/28366279202"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.5",
      "date": "2026-06-29T10:48:49.000Z",
      "commit": "dd8cc247ed0cd2d7dcd4a161f7a87aa4a1aa31aa",
      "fileid": "558910bce67e1ebb9a7b3ad7edd138e73a58680c282c1ee7ee06943007c50d11",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pedrobtz/actions/runs/28366279202"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.5",
      "date": "2026-06-29T10:47:19.000Z",
      "commit": "dd8cc247ed0cd2d7dcd4a161f7a87aa4a1aa31aa",
      "fileid": "5f664434d363db961a0e64adebcd54ab3b9c7974fd7bd0ddfce5d7249963c9b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedrobtz/actions/runs/28366279202"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.5",
      "date": "2026-06-29T10:47:24.000Z",
      "commit": "dd8cc247ed0cd2d7dcd4a161f7a87aa4a1aa31aa",
      "fileid": "b97cbe1bd41f27ce6ae8314af1e10a336769bda89ecae88841c1403258634b74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedrobtz/actions/runs/28366279202"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.5",
      "date": "2026-06-29T10:47:12.000Z",
      "commit": "dd8cc247ed0cd2d7dcd4a161f7a87aa4a1aa31aa",
      "fileid": "22c48b889f50fee98b610ef1b6886b071aee7849ddbe6c8f28a289418fa1cfec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pedrobtz/actions/runs/28366279202"
    }
  ]
}