Package: AzureQstor
Title: Interface to 'Azure Queue Storage'
Version: 1.0.1
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
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-10-15 15:30:56 UTC; hongo
Author: Hong Ooi [aut, cre],
  Microsoft [cph]
Maintainer: Hong Ooi <hongooi73@gmail.com>
Repository: CRAN
Date/Publication: 2020-10-15 23:00:08 UTC
Built: R 4.1.0; ; 2021-05-28 06:01:23 UTC; unix
