-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
77 lines (77 loc) · 1.82 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: sevenbridges
Type: Package
Title: Seven Bridges Platform API Client and Common Workflow Language Tool
Builder in R
Version: 1.19.2
Authors@R: c(
person("Soner", "Koc", email = "[email protected]", role = c("aut", "cre")),
person("Nan", "Xiao", role = c("aut")),
person("Tengfei", "Yin", role = c("aut")),
person("Dusan", "Randjelovic", role = "ctb"),
person("Emile", "Young", role = c("ctb")),
person("Seven Bridges Genomics", role = c("cph", "fnd"))
)
Maintainer: Soner Koc <[email protected]>
Description: R client and utilities for Seven Bridges platform API, from Cancer
Genomics Cloud to other Seven Bridges supported platforms.
License: Apache License 2.0 | file LICENSE
VignetteBuilder: knitr
URL: https://www.sevenbridges.com, https://sbg.github.io/sevenbridges-r/,
https://github.com/sbg/sevenbridges-r
BugReports: https://github.com/sbg/sevenbridges-r/issues
biocViews: Software, DataImport, ThirdPartyClient
Depends:
methods,
utils,
stats
Imports:
httr,
jsonlite,
yaml,
objectProperties,
stringr,
S4Vectors,
docopt,
curl,
uuid,
data.table
Suggests:
knitr,
rmarkdown,
testthat,
readr
NeedsCompilation: no
Encoding: UTF-8
RoxygenNote: 7.1.1
Collate:
sevenbridges-package.R
class-all.R
api-http.R
api-utils.R
api-misc.R
class-filesystem.R
class-cwl.R
class-auth-utils.R
class-auth.R
class-item.R
class-meta.R
class-ratelimit.R
class-user.R
class-billing.R
class-member.R
class-project.R
class-files.R
class-upload.R
class-app.R
class-tool.R
class-flow.R
class-task.R
class-volume.R
class-division.R
class-team.R
class-teammember.R
class-marker.R
misc-uploader.R
misc-handler.R
misc-lift.R
zzz.R