AzureVM/DESCRIPTION

28 строки
1.2 KiB
Plaintext
Исходник Обычный вид История

2018-05-09 19:42:54 +03:00
Package: AzureVM
2018-11-12 21:27:41 +03:00
Title: Virtual Machines in 'Azure'
Version: 2.0.1.9000
2018-05-09 19:42:54 +03:00
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
2019-06-14 04:04:22 +03:00
Description: Functionality for working with virtual machines (VMs) in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/en-us/services/virtual-machines/>. 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
2019-05-23 02:56:15 +03:00
BugReports: https://github.com/Azure/AzureVM/issues
2018-11-12 22:50:20 +03:00
License: MIT + file LICENSE
2018-11-06 15:07:36 +03:00
VignetteBuilder: knitr
2018-05-09 19:42:54 +03:00
Depends:
2019-06-19 13:15:16 +03:00
R (>= 3.3)
2018-05-09 19:42:54 +03:00
Imports:
R6,
AzureRMR (>= 2.2.1),
jsonlite
2018-11-06 15:07:36 +03:00
Suggests:
2018-11-24 14:34:32 +03:00
knitr,
2019-06-14 04:04:22 +03:00
testthat,
AzureKeyVault,
AzureVMmetadata
2018-05-16 14:46:47 +03:00
Roxygen: list(markdown=TRUE)
2019-06-14 04:04:22 +03:00
RoxygenNote: 6.1.1
Remotes:
Azure/AzureRMR