17417: Merge branch 'main' into 17417-add-arm64
[arvados.git] / sdk / R / DESCRIPTION
index cc46f65bfa942a88a5765a64cfa5a8988864345e..75ac892b4ba6680a7af4c91e47f1e770fcd7020c 100644 (file)
@@ -1,18 +1,20 @@
-Package: ArvadosSDK
+Package: ArvadosR
 Type: Package
-Title: What the Package Does (Title Case)
-Version: 0.1.0
-Author: Who wrote it
-Maintainer: The package maintainer <yourself@somewhere.net>
-Description: More about what it does (maybe more than one line)
-    Use four spaces when indenting paragraphs within the Description.
-License: What license is it under?
+Title: Arvados R SDK
+Version: 0.0.6
+Authors@R: c(person("Fuad", "Muhic", role = c("aut", "ctr"), email = "fmuhic@capeannenterprises.com"),
+             person("Peter", "Amstutz", role = c("cre"), email = "peter.amstutz@curii.com"))
+Description: This is the Arvados R SDK
+URL: http://doc.arvados.org
+License: Apache-2.0
 Encoding: UTF-8
 LazyData: true
 RoxygenNote: 6.0.1.9000
 Imports:
+    R6,
     httr,
     stringr,
     jsonlite,
     curl,
     XML
+Suggests: testthat