-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.21 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
54
55
56
Package: dynutils
Type: Package
Title: Common Functionality for the 'dynverse' Packages
Version: 1.0.11
Authors@R: c(
person(
"Robrecht",
"Cannoodt",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
),
person(
"Wouter",
"Saelens",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")
)
)
Description:
Provides common functionality for the 'dynverse' packages.
'dynverse' is created to support the development, execution, and benchmarking of trajectory inference methods.
For more information, check out <https://dynverse.org>.
License: MIT + file LICENSE
URL: https://github.com/dynverse/dynutils
BugReports: https://github.com/dynverse/dynutils/issues
RoxygenNote: 7.2.1
Depends:
R (>= 3.0.0)
Imports:
assertthat,
crayon,
desc,
dplyr,
magrittr,
Matrix,
methods,
proxyC (>= 0.3.3),
purrr,
Rcpp,
remotes,
stringr,
tibble
Suggests:
covr,
ggplot2,
hdf5r (>= 1.3.4),
knitr,
rmarkdown,
testthat
LinkingTo:
Rcpp
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)