-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 832 Bytes
/
DESCRIPTION
File metadata and controls
21 lines (21 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: AzureVMmetadata
Title: Interface to Azure Virtual Machine Instance Metadata
Version: 1.0.1.9000
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
Description: A simple interface to the instance metadata for a virtual machine running in Microsoft's 'Azure' cloud. This provides information about the VM's configuration, such as its processors, memory, networking, storage, and so on. Part of the 'AzureR' family of packages.
URL: https://github.com/Azure/AzureVMmetadata https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureVMmetadata/issues
License: MIT + file LICENSE
Depends:
R (>= 3.3)
Imports:
openssl,
httr (>= 1.3)
Suggests:
AzureAuth,
AzureVM
Roxygen: list(markdown=TRUE)
RoxygenNote: 6.1.1