X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d859cab46630d46aa1ae7b1d8de7ec92d0a4b8fa..245b5be86685227fe4daa87a781b4d818fe5e1ef:/sdk/R/DESCRIPTION?ds=sidebyside diff --git a/sdk/R/DESCRIPTION b/sdk/R/DESCRIPTION index cc46f65bfa..9d68500644 100644 --- a/sdk/R/DESCRIPTION +++ b/sdk/R/DESCRIPTION @@ -1,18 +1,22 @@ -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: 2.5.0 +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"), + person("Piotr", "Nowosielski", role = c("aut"), email = "piotr.nowosielski@contractors.roche.com"), + person("Aneta", "Stanczyk", role = c("aut"), email = "aneta.stanczyk@contractors.roche.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 +RoxygenNote: 7.1.1 Imports: + R6, httr, stringr, jsonlite, curl, XML +Suggests: testthat