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:
  Bump version to 0.2.2
  Remove redundant imports
  • Loading branch information
andrie committed Dec 22, 2016
2 parents 3a48ce7 + c9906b3 commit e4097bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Description: Helps users to manage Azure Services and objects from within an R S
Requires that an Active Directory application and service principal has been configured
to access Azure resources.
Type: Package
Version: 0.2.1
Date: 2016-12-20
Version: 0.2.2
Date: 2016-12-22
Authors@R: c(
person(family="Microsoft Corporation", role="cph"),
person("Alan", "Weaver", role=c("aut"), email="alanwe@microsoft.com"),
Expand All @@ -23,7 +23,6 @@ Imports:
XML,
plyr,
base64enc,
curl,
digest
Depends:
R(>= 3.0.0)
Expand Down
7 changes: 0 additions & 7 deletions R/AzureSM-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,4 @@
#' @importFrom httr GET PUT DELETE POST
#' @importFrom XML htmlParse xpathApply xpathSApply xmlValue
#'
# @import httr
# @import jsonlite
# @import XML
# @import plyr
# @import base64enc
# @import curl
# @import digest
NULL

0 comments on commit e4097bf

Please sign in to comment.