X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f67c59f3fea793ed3ccea7f5a8106014ec2dc108..e5830f6744927c870a8c7a847c1b3400c373f646:/sdk/R/DESCRIPTION diff --git a/sdk/R/DESCRIPTION b/sdk/R/DESCRIPTION index 1b07dffd7f..19cf8fbabb 100644 --- a/sdk/R/DESCRIPTION +++ b/sdk/R/DESCRIPTION @@ -1,12 +1,12 @@ -Package: ArvadosSDK +Package: ArvadosR Type: Package -Title: What the Package Does (Title Case) -Version: 0.1.0 -Author: Fuad Muhic -Maintainer: The package maintainer -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.2 +Authors@R: person("Fuad", "Muhic", role = c("aut", "cre"), email = "fmuhic@capeannenterprises.com") +Maintainer: Ward Vandewege +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 @@ -17,3 +17,4 @@ Imports: jsonlite, curl, XML +Suggests: testthat