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

Commit

Permalink
Remove dependencies on dplyr and magrittr
Browse files Browse the repository at this point in the history
  • Loading branch information
yueguoguo committed Jun 15, 2017
1 parent 27f0afb commit cbf05cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 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)
3 changes: 0 additions & 3 deletions R/AzureSMR-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
#' @importFrom httr add_headers headers content status_code http_status authenticate
#' @importFrom httr GET PUT DELETE POST
#' @importFrom XML htmlParse xpathApply xpathSApply xmlValue
#'
#' @import dplyr
#' @import magrittr
#' @importFrom lubridate hour minute second
#'
NULL

0 comments on commit cbf05cd

Please sign in to comment.