-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 935 Bytes
/
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
Package: TrackMateR
Type: Package
Title: Working with TrackMate outputs in R
Version: 0.3.10
Authors@R:
person(given = "Stephen J",
family = "Royle",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8927-6967"))
Maintainer: Stephen Royle <[email protected]>
Description: TrackMate, a plugin for ImageJ/Fiji, is a popular single-particle tracking solution.
The aim of TrackMateR is to import TrackMate data into R for further analysis and visualization.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Depends: R (>= 2.10)
Config/rcmdcheck/ignore-inconsequential-notes: true
VignetteBuilder:
knitr,
rmarkdown
Imports:
doParallel,
dplyr,
foreach,
ggplot2,
ggforce,
patchwork,
parallelly,
reshape2,
utils,
XML,
zoo
Suggests:
knitr,
rmarkdown
URL: https://quantixed.github.io/TrackMateR/