From f3ebfd37f23d29b38186e4308151dd6ac74381c1 Mon Sep 17 00:00:00 2001 From: Andrie de Vries Date: Sat, 20 May 2017 21:40:25 +0100 Subject: [PATCH] Use markdown in roxygen #57 --- DESCRIPTION | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 983c286..68a6724 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,16 +1,16 @@ 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="alanwe@microsoft.com"), - person("Andrie", "de Vries", role=c("aut", "cre"), email="adevries@microsoft.com") + person("Alan", "Weaver", role=c("aut", "cre"), email="alanwe@microsoft.com"), + person("Andrie", "de Vries", role=c("aut"), email="adevries@microsoft.com") ) Copyright: Microsoft License: MIT + file LICENSE @@ -18,18 +18,19 @@ 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)