Package: AzureVM Title: Virtual Machines in 'Azure' Version: 2.2.2.9000 Authors@R: c( person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")), person("Microsoft", role="cph") ) Description: Functionality for working with virtual machines (VMs) in Microsoft's 'Azure' cloud: . Includes facilities to deploy, startup, shutdown, and cleanly delete VMs and VM clusters. Deployment configurations can be highly customised, and can make use of existing resources as well as creating new ones. A selection of predefined configurations is provided to allow easy deployment of commonly used Linux and Windows images, including Data Science Virtual Machines. With a running VM, execute scripts and install optional extensions. Part of the 'AzureR' family of packages. URL: https://github.com/Azure/AzureVM https://github.com/Azure/AzureR BugReports: https://github.com/Azure/AzureVM/issues License: MIT + file LICENSE VignetteBuilder: knitr Depends: R (>= 3.3) Imports: R6 (>= 2.4.1), AzureRMR (>= 2.3.0), jsonlite Suggests: knitr, rmarkdown, testthat, parallel, AzureKeyVault, AzureVMmetadata Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE) RoxygenNote: 7.1.1 Config/pak/sysreqs: libssl-dev Repository: https://azure.r-universe.dev Date/Publication: 2023-01-30 05:49:07 UTC RemoteUrl: https://github.com/azure/azurevm RemoteRef: HEAD RemoteSha: 3e509292c0e2e71a649995ba6a690633b1c920c2 NeedsCompilation: no Packaged: 2026-07-05 02:16:28 UTC; root Author: Hong Ooi [aut, cre], Microsoft [cph] Maintainer: Hong Ooi