Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #79 from yueguoguo/master
Browse files Browse the repository at this point in the history
Added Azure cost and pricing functions
  • Loading branch information
andrie authored Jun 15, 2017
2 parents beaf7a1 + cbf05cd commit 611ec43
Show file tree
Hide file tree
Showing 9 changed files with 606 additions and 9 deletions.
17 changes: 9 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: AzureSMR
Title: Manage and Interact with Azure Resources
Description: Helps users to manage Azure Services and objects from within an
R Session. This includes Azure Storage (e.g. containers and blobs), Virtual
Machines and HDInsight (Spark, Hive). To use the package, you must configure
an Azure Active Directory application and service principal in the Azure portal.
Machines and HDInsight (Spark, Hive). To use the package, you must configure an
Azure Active Directory application and service principal in the Azure portal.
Type: Package
Version: 0.2.5
Date: 2017-06-06
Expand All @@ -18,16 +18,17 @@ URL: https://github.com/Microsoft/AzureSMR
BugReports: https://github.com/Microsoft/AzureSMR/issues
NeedsCompilation: no
Imports:
assertthat,
assertthat,
httr,
jsonlite,
XML,
base64enc,
digest,
shiny (>= 0.13),
miniUI (>= 0.1.1),
rstudioapi (>= 0.5),
DT
shiny (>= 0.13),
miniUI (>= 0.1.1),
rstudioapi (>= 0.5),
DT,
lubridate,
Depends:
R(>= 3.0.0)
Suggests:
Expand All @@ -36,5 +37,5 @@ Suggests:
testthat
VignetteBuilder: knitr
LazyData: TRUE
RoxygenNote: 6.0.1
RoxygenNote: 5.0.1
Roxygen: list(markdown = TRUE)
8 changes: 8 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export(azureCreateHDI)
export(azureCreateResourceGroup)
export(azureCreateStorageAccount)
export(azureCreateStorageContainer)
export(azureDataConsumption)
export(azureDeleteBlob)
export(azureDeleteDeploy)
export(azureDeleteHDI)
Expand All @@ -24,6 +25,7 @@ export(azureDeleteVM)
export(azureDeletestorageAccount)
export(azureDeployStatus)
export(azureDeployTemplate)
export(azureExpenseCalculator)
export(azureGetAllVMstatus)
export(azureGetBlob)
export(azureHDIConf)
Expand All @@ -40,6 +42,7 @@ export(azureListStorageBlobs)
export(azureListStorageContainers)
export(azureListSubscriptions)
export(azureListVM)
export(azurePricingRates)
export(azurePutBlob)
export(azureResizeHDI)
export(azureRunScriptAction)
Expand All @@ -60,6 +63,8 @@ export(dumpAzureContext)
export(is.azureActiveContext)
export(read.AzureSMR.config)
export(setAzureContext)
import(dplyr)
import(magrittr)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(XML,htmlParse)
Expand All @@ -82,6 +87,9 @@ importFrom(httr,headers)
importFrom(httr,http_status)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,second)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
Expand Down
Loading

0 comments on commit 611ec43

Please sign in to comment.