-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.33 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
Type: Package
Package: dyno
Title: Set of packages for doing trajectory inference on single-cell data
Version: 0.1.2
Authors@R: c(
person(
"Robrecht",
"Cannoodt",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3641-729X")
),
person(
"Wouter",
"Saelens",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7114-6248")
),
person(
"Helena",
"Todorov",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-1594-8609")
)
)
Maintainer: Wouter Saelens <[email protected]>
Description: Automatically loads in packages to related to performing a trajectory inference analysis.
License: MIT + file LICENSE
Depends:
R (>= 3.4.0),
dynfeature (>= 1.0.0),
dynguidelines (>= 1.0.0),
dynmethods (>= 1.0.1),
dynplot (>= 1.0.0),
dynwrap (>= 1.0.1)
Remotes:
dynverse/dynfeature@master,
dynverse/dynguidelines@master,
dynverse/dynmethods@master,
dynverse/dynplot@master,
dynverse/dynwrap@master
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
URL: https://github.com/dynverse/dyno
BugReports: https://github.com/dynverse/dyno/issues
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr