-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.01 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
Package: CPTrackRApp
Title: CPTrackR App
Version: 0.0.0.9003
Authors@R:
c(person(given = "Gerhard",
family = "Burger",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1062-5576")))
Description: An app to explore CellProfiler tracking output.
License: MIT + file LICENSE
Imports:
config,
golem,
shiny,
processx,
attempt,
DT,
glue,
htmltools,
CPTrackR (>= 0.2.2),
celltrackR,
DBI,
RSQLite,
pool,
pkgload,
magrittr,
dplyr,
stringr,
stringi,
purrr,
tibble,
dbplyr (>= 2.0.0),
ggplot2,
shinycssloaders,
jsonlite,
progressr,
mdftracks,
future,
tidyr
Remotes: burgerga/CPTrackR
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://github.com/burgerga/CPTrackRApp
BugReports: https://github.com/burgerga/CPTrackRApp/issues
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3