зеркало из https://github.com/Azure/AzureQstor.git
27 строки
959 B
Plaintext
27 строки
959 B
Plaintext
Package: AzureQstor
|
|
Title: Interface to 'Azure Queue Storage'
|
|
Version: 1.0.1.9000
|
|
Authors@R: c(
|
|
person("Hong", "Ooi", , "hongooi73@gmail.com", 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
|