-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.41 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
Package: sevenbridges2
Type: Package
Title: The 'Seven Bridges Platform' API Client
Version: 0.2.0
Authors@R: c(
person("Marko", "Trifunovic", email = "[email protected]", role = c("aut", "cre")),
person("Marija", "Gacic", email = "[email protected]", role = c("aut")),
person("Vladimir", "Obucina", email = "[email protected]", role = c("aut")),
person("Velsera", role = c("cph", "fnd"))
)
Maintainer: Marko Trifunovic <[email protected]>
Description: R client and utilities for 'Seven Bridges Platform' API, from 'Cancer Genomics Cloud'
to other 'Seven Bridges' supported platforms. API documentation is hosted publicly
at <https://docs.sevenbridges.com/docs/the-api>.
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
URL: https://www.sevenbridges.com, https://sbg.github.io/sevenbridges2/,
https://github.com/sbg/sevenbridges2
Depends:
R (>= 4.2.0)
RoxygenNote: 7.3.1
Imports:
httr,
R6,
purrr,
jsonlite,
cli,
rlang,
curl,
glue,
stringr,
utils,
checkmate,
DescTools,
yaml,
readr,
data.table
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
stringi,
withr,
remotes,
pkgdown
Config/testthat/edition: 3
Config/testthat/parallel: true
Roxygen: list(markdown = TRUE)
Language: en-US
BugReports: https://github.com/sbg/sevenbridges2/issues