forked from dynverse/dynmethods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 772 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 772 Bytes
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
Package: dynmethods
Type: Package
Title: Wrappers for trajectory inference methods
Version: 0.1.0
Authors@R: c(
person("Robrecht", "Cannoodt", email = "rcannood@gmail.com", role = c("aut", "cre")),
person("Wouter", "Saelens", email = "wouter.saelens@ugent.be", role = c("aut")),
person("Helena", "Todorov", email = "helena.todorov@ugent.be", role = c("aut")))
Description: dynmethods provides wrappers for TI methods and their respective plotting functions.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Depends:
R (>= 3.4.0)
Imports:
dynwrap
Suggests:
dplyr,
dynutils,
knitr,
ParamHelpers (>= 1.11),
purrr,
testthat,
tibble
Remotes:
dynverse/dynutils,
dynverse/dynwrap
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)