Package: AzureQstor Title: Interface to 'Azure Queue Storage' Version: 1.0.2 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/hongooi73/AzureQstor https://github.com/Azure/AzureR BugReports: https://github.com/hongooi73/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.3.1 Config/pak/sysreqs: libxml2-dev libssl-dev Repository: https://hongooi73.r-universe.dev Date/Publication: 2025-04-23 06:37:21 UTC RemoteUrl: https://github.com/hongooi73/azureqstor RemoteRef: HEAD RemoteSha: f821fdb76575a56096fb8641bdcd95f75fdd7def NeedsCompilation: no Packaged: 2026-06-18 10:30:37 UTC; root Author: Hong Ooi [aut, cre], Microsoft [cph] Maintainer: Hong Ooi