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

Commit 0c97024

Browse files
committed
Add code of conduct; Bump version to 0.2.1
1 parent 4ca9fd6 commit 0c97024

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This project has adopted the [Microsoft Open Source Code of
2+
Conduct](https://opensource.microsoft.com/codeofconduct/).
3+
For more information see the [Code of Conduct
4+
FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
5+
6+
with any additional questions or comments.

DESCRIPTION

+17-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
Package: AzureSMR
2-
Title: Package for Interacting with Azure Services, including HDInsight (Spark, Hive), Virtual Machines and blob storage
3-
Description: Helps users to manage Azure Services and objects from within an R Session. Requires that an Active Directory application and service principal has been configured to access Azure resources.
2+
Title: Package for Interacting with Azure Services Manager
3+
Description: Helps users to manage Azure Services and objects from within an R Session.
4+
This includes Azure Storage (e.g. containers and blobs), Virtual Machines and HDInsight (Spark, Hive).
5+
Requires that an Active Directory application and service principal has been configured
6+
to access Azure resources.
47
Type: Package
5-
Version: 0.2
8+
Version: 0.2.0
69
Date: 2016-12-17
7-
Author: Microsoft Corporation
8-
Maintainer: Alan Weaver <[email protected]>
10+
Authors@R: c(
11+
person(family="Microsoft Corporation", role="cph"),
12+
person("Alan", "Weaver", role=c("aut"), email="[email protected]"),
13+
person("Andrie", "de Vries", role=c("aut", "cre"), email="[email protected]")
14+
)
915
Copyright: Microsoft
1016
License: MIT + file LICENSE
11-
LazyData: TRUE
12-
RoxygenNote: 5.0.1
17+
URL: https://github.com/Microsoft/AzureSMR
18+
BugReports: https://github.com/Microsoft/AzureSMR/issues
1319
NeedsCompilation: no
1420
Imports:
1521
httr,
@@ -19,10 +25,12 @@ Imports:
1925
base64enc,
2026
curl,
2127
digest
28+
Depends:
29+
R(>= 3.0.0)
2230
Suggests:
2331
knitr,
2432
rmarkdown,
2533
testthat
26-
Depends:
27-
R(>= 3.0.0)
2834
VignetteBuilder: knitr
35+
LazyData: TRUE
36+
RoxygenNote: 5.0.1

0 commit comments

Comments
 (0)