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

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
* master:
  Remove dependencies on dplyr and magrittr
  Wrap to 80
  No need to reorder
  Rewrote testing conditions
  Remove use of dplyr and magrittr
  Lower case the upper case object names
  Rewrote roxygen.
  man files for the cost functions
  Updated NAMESPACE with new imports of libraries and exported functions
  Added functions for data consumption, pricing, and cost calculation.
  Add imports of dplyr, magrittr, and lubridate
  Unit tests for cost and pricing functions
  Default config file loading path portable to Windows OS

# Conflicts:
#	NAMESPACE
  • Loading branch information
andrie committed Jun 15, 2017
2 parents 7d584e1 + 611ec43 commit 19c0e96
Show file tree
Hide file tree
Showing 9 changed files with 643 additions and 39 deletions.
15 changes: 8 additions & 7 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 Down
Loading

0 comments on commit 19c0e96

Please sign in to comment.