-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.08 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
Package: cloudos
Title: R Client Library for CloudOS
Version: 0.4.0
Authors@R: c(
person(given = "Sangram Keshari",
family = "Sahu",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Ilya",
family = "Levantis",
role = "aut",
email = "[email protected]"),
person(given = "Henry",
family = "Stewart",
role = "aut",
email = "[email protected]"),
person(given = "Lifebit Biotech Ltd.",
role = "cph")
)
Description: The 'CloudOS' client library for R makes it easy to interact with
CloudOS in the R environment for analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
httr,
utils,
methods,
dplyr (>= 1.0.0),
tidyr,
jsonlite,
rappdirs,
ggplot2,
tibble
Suggests:
httptest,
kableExtra,
knitr,
lintr,
rmarkdown,
testthat
URL: https://github.com/lifebit-ai/cloudos
BugReports: https://github.com/lifebit-ai/cloudos/issues