X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/eb93b9b3b9d05c566f886b9a46bad4043d0a8534..336638f432e46f61cc87b958580e098e81cea921:/sdk/R/DESCRIPTION diff --git a/sdk/R/DESCRIPTION b/sdk/R/DESCRIPTION index cc46f65bfa..878a709014 100644 --- a/sdk/R/DESCRIPTION +++ b/sdk/R/DESCRIPTION @@ -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 -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.5 +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 Imports: + R6, httr, stringr, jsonlite, curl, XML +Suggests: testthat