-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 1.1 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
Package: mdftracks
Type: Package
Title: Read and Write 'MTrackJ Data Files'
Version: 0.2.2.9000
Authors@R: person("Gerhard", "Burger",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1062-5576"))
Description: 'MTrackJ' is an 'ImageJ' plugin for motion tracking and analysis (see
<https://imagescience.org/meijering/software/mtrackj/>). This package reads
and writes 'MTrackJ Data Files' ('.mdf', see
<https://imagescience.org/meijering/software/mtrackj/format/>). It supports
2D data and read/writes cluster, point, and channel information. If desired,
generates track identifiers that are unique over the clusters.
See the project page for more information and examples.
License: GPL-3 | file LICENSE
LazyData: TRUE
Depends: R (>= 2.10)
URL: https://github.com/burgerga/mdftracks
BugReports: https://github.com/burgerga/mdftracks/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Encoding: UTF-8
Suggests:
testthat,
tools,
tibble,
spelling
Language: en-US