-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.25 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
Package: laminr
Title: Client for 'LaminDB'
Version: 0.2.0.9000
Authors@R: c(
person("Robrecht", "Cannoodt", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X")),
person("Luke", "Zappia", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7744-8565")),
person("Data Intuitive", email = "[email protected]", role = "aut"),
person("Lamin Labs", email = "[email protected]", role = c("aut", "cph")))
Description: Interact with 'LaminDB'. 'LaminDB' is an open-source data
framework for biology. This package allows you to query and download
data from 'LaminDB' instances.
License: Apache License (>= 2)
URL: https://laminr.lamin.ai, https://github.com/laminlabs/laminr
BugReports: https://github.com/laminlabs/laminr/issues
Depends:
R (>= 4.0.0)
Imports:
cli,
httr,
jsonlite,
purrr,
R6,
rlang,
tibble
Suggests:
anndata,
knitr,
nanoparquet,
quarto,
readr,
reticulate,
rstudioapi,
rsvg,
s3 (>= 1.1.0),
Seurat,
testthat (>= 3.0.0),
withr,
yaml
VignetteBuilder:
quarto
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2