Package: Microsoft365R
Title: Interface to the 'Microsoft 365' Suite of Cloud Services
Version: 1.0.0
Authors@R: c(
    person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
    person("Microsoft", role="cph")
    )
Description: An interface to the 'Microsoft 365' (formerly known as 'Office 365') suite of cloud services, building on the framework supplied by the 'AzureGraph' package. Enables access from R to data stored in 'SharePoint Online' and 'OneDrive', including the ability to list drive folder contents, upload and download files, and retrieve data lists. Both personal 'OneDrive' and 'OneDrive for Business' accounts are supported.
URL: https://github.com/Azure/Microsoft365R
        https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/Microsoft365R/issues
License: MIT + file LICENSE
VignetteBuilder: knitr
Depends: R (>= 3.3)
Imports: AzureAuth, AzureGraph (>= 1.2.0), utils, curl, httr, jsonlite,
        R6, vctrs
Suggests: openssl, knitr, rmarkdown, testthat
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-24 22:06:13 UTC; hongo
Author: Hong Ooi [aut, cre],
  Microsoft [cph]
Maintainer: Hong Ooi <hongooi73@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-27 10:40:20 UTC
