Package: AzureGraph
Title: Simple Interface to 'Microsoft Graph'
Version: 1.0.0
Authors@R: c(
    person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
    person("Microsoft", role="cph")
    )
Description: A simple interface to the 'Microsoft Graph' API <https://docs.microsoft.com/en-us/graph/overview>. 'Graph' is a comprehensive framework for accessing data in various online Microsoft services. Currently, this package aims 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 can be easily extended to cover other services.
URL: https://github.com/cloudyr/AzureGraph
BugReports: https://github.com/cloudyr/AzureGraph/issues
License: MIT + file LICENSE
VignetteBuilder: knitr
Depends: R (>= 3.3)
Imports: AzureAuth, utils, httr (>= 1.3), jsonlite, openssl, R6
Suggests: AzureRMR, knitr, testthat
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-03-25 19:47:48 UTC; hongo
Author: Hong Ooi [aut, cre],
  Microsoft [cph]
Maintainer: Hong Ooi <hongooi@microsoft.com>
Repository: CRAN
Date/Publication: 2019-03-31 14:30:02 UTC
