forked from dynverse/dynguidelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·70 lines (70 loc) · 1.39 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: dynguidelines
Type: Package
Title: Practical guidelines for trajectory inference
Version: 0.1.0
Authors@R: c(
person(
"Wouter",
"Saelens",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7114-6248")
),
person(
"Robrecht",
"Cannoodt",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3641-729X")
)
)
Description: The dynguidelines package can be used to find the most optimal TI methods on a given dataset.
This can be done both directly in R or through a shiny interface.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Depends:
R (>= 3.3)
Imports:
crayon,
dyneval,
dynwrap,
dynutils,
dplyr,
tibble,
htmltools,
purrr,
shiny,
shinyWidgets,
shinyjs,
knitr,
glue,
stringr,
tidyr,
viridis,
VGAM
Suggests:
testthat,
shinytest
Remotes:
dynverse/dyneval,
dynverse/dynwrap,
dynverse/dynutils
URL: https://github.com/dynverse/dynguidelines
BugReports: https://github.com/dynverse/dynguidelines/issues
Collate:
'formatters.R'
'labels.R'
'modifiers.R'
'questions.R'
'answers.R'
'custom_widgets.R'
'guidelines.R'
'guidelines_shiny.R'
'module_dataset_chooser.R'
'package.R'
'renderers.R'
'shiny_server.R'
'shiny_ui.R'
Roxygen: list(markdown = TRUE)