forked from Azure/Microsoft365R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: Microsoft365R
Title: Interface to the 'Microsoft 365' Suite of Cloud Services
Version: 2.0.0.9000
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 'Teams', 'SharePoint Online' and 'OneDrive', including the ability to list drive folder contents, upload and download files, send messages, and retrieve data lists.
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.1),
utils,
curl,
httr,
jsonlite,
R6,
vctrs,
mime
Suggests:
openssl,
knitr,
rmarkdown,
testthat
Roxygen: list(markdown=TRUE, r6=FALSE)
RoxygenNote: 7.1.1