Package: AzureGraph Title: Simple Interface to 'Microsoft Graph' Version: 1.3.5 Authors@R: c( person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")), person("Microsoft", role="cph") ) Description: A simple interface to the 'Microsoft Graph' API . 'Graph' is a comprehensive framework for accessing data in various online Microsoft services. This package was originally intended to provide an R interface only to the 'Azure Active Directory' part, with a view to supporting interoperability of R and 'Azure': users, groups, registered apps and service principals. However it has since been expanded into a more general tool for interacting with Graph. Part of the 'AzureR' family of packages. URL: https://github.com/Azure/AzureGraph https://github.com/Azure/AzureR BugReports: https://github.com/Azure/AzureGraph/issues License: MIT + file LICENSE VignetteBuilder: knitr Depends: R (>= 3.3) Imports: AzureAuth (>= 1.0.1), utils, httr (>= 1.3), jsonlite, openssl, curl, R6 Suggests: AzureRMR, vctrs, knitr, rmarkdown, testthat Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE) RoxygenNote: 7.3.1 Config/pak/sysreqs: libssl-dev Repository: https://azure.r-universe.dev Date/Publication: 2025-07-31 14:12:59 UTC RemoteUrl: https://github.com/azure/azuregraph RemoteRef: HEAD RemoteSha: 24424859a1b68b602de78a133b341e482d710cab NeedsCompilation: no Packaged: 2026-06-18 08:55:30 UTC; root Author: Hong Ooi [aut, cre], Microsoft [cph] Maintainer: Hong Ooi