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

Commit

Permalink
Use markdown in roxygen #57
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed May 20, 2017
1 parent 626a255 commit f3ebfd3
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
Package: AzureSMR
Title: Package for Interacting with Azure Services Manager
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).
Requires that an Active Directory application and service principal has been configured
to access 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). Requires that an Active Directory
application and service principal has been configured to access Azure resources.
Type: Package
Version: 0.2.2
Date: 2016-12-22
Authors@R: c(
person(family="Microsoft Corporation", role="cph"),
person("Alan", "Weaver", role=c("aut"), email="[email protected]"),
person("Andrie", "de Vries", role=c("aut", "cre"), email="[email protected]")
person("Alan", "Weaver", role=c("aut", "cre"), email="[email protected]"),
person("Andrie", "de Vries", role=c("aut"), email="[email protected]")
)
Copyright: Microsoft
License: MIT + file LICENSE
URL: https://github.com/Microsoft/AzureSMR
BugReports: https://github.com/Microsoft/AzureSMR/issues
NeedsCompilation: no
Imports:
httr,
jsonlite,
httr,
jsonlite,
XML,
plyr,
base64enc,
plyr,
base64enc,
digest
Depends:
R(>= 3.0.0)
Suggests:
knitr,
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
LazyData: TRUE
RoxygenNote: 6.0.0
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)

0 comments on commit f3ebfd3

Please sign in to comment.