-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
26 lines (26 loc) · 959 Bytes
/
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
Package: AzureQstor
Title: Interface to 'Azure Queue Storage'
Version: 1.0.1.9000
Authors@R: c(
person("Hong", "Ooi", , "[email protected]", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
Description: An interface to 'Azure Queue Storage'. This is a cloud service for storing large numbers of messages, for example from automated sensors, that can be accessed remotely via authenticated calls using HTTP or HTTPS. Queue storage is often used to create a backlog of work to process asynchronously. Part of the 'AzureR' family of packages.
URL: https://github.com/Azure/AzureQstor https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureQstor/issues
License: MIT + file LICENSE
Depends:
R (>= 3.3)
Imports:
utils,
AzureRMR (>= 2.0.0),
AzureStor (>= 3.0.0),
openssl,
httr
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.1.1