-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.17 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
Package: laminr
Title: 'LaminDB' Interface in R
Version: 0.1.0
Authors@R: c(
person("Robrecht", "Cannoodt", , "[email protected]", role = c("aut", "cre"),
comment = c(github = "rcannood", ORCID = "0000-0003-3641-729X")),
person("Luke", "Zappia", , "[email protected]", role = "aut",
comment = c(github = "lazappi", ORCID = "0000-0001-7744-8565")),
person("Data Intuitive", , , "[email protected]", role = "aut"),
person("Lamin Labs", , , "[email protected]", role = c("aut", "cph")))
Description: Interact with 'LaminDB' from R. '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
Suggests:
anndata,
quarto,
s3 (>= 1.1.0),
testthat (>= 3.0.0),
withr
VignetteBuilder:
quarto
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2