-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
executable file
·74 lines (74 loc) · 1.76 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
71
72
73
74
Type: Package
Package: dynguidelines
Title: User guidelines for trajectory inference
Version: 1.0.1
Authors@R:
c(person(given = "Wouter",
family = "Saelens",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7114-6248")),
person(given = "Robrecht",
family = "Cannoodt",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3641-729X")))
Description: A shiny app which lets you select the most optimal
TI method based on a number of user-dependent and dataset-dependent
parameters. After using the GUI, a user can copy the code necessary
to reproduce the guidelines to their script.
License: MIT + file LICENSE
URL: https://github.com/dynverse/dynguidelines
BugReports: https://github.com/dynverse/dynguidelines/issues
Depends:
R (>= 3.3)
Imports:
akima,
colorspace,
crayon,
dplyr,
dynutils (>= 1.0.2),
dynwrap (>= 1.0.0),
glue,
grDevices,
htmltools,
knitr,
purrr,
shiny (>= 1.2.0),
shinyjs,
shinyWidgets,
stringr,
tibble,
tidyr,
utils,
VGAM,
viridis
Suggests:
shinytest,
testthat
Remotes:
dynverse/dynutils,
dynverse/dynwrap
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
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'
'question_utitlities.R'
'renderers.R'
'shiny_server.R'
'shiny_ui.R'
'shiny_ui_methods_table.R'
'shiny_ui_modals.R'
'shiny_ui_options.R'
'shiny_ui_questions.R'