-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
40 lines (40 loc) · 1.04 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
Package: trackR
Type: Package
Title: Simple Video Tracking Software
Version: 0.5.3
Date: 2022-11-09
Authors@R: c(
person("Simon", "Garnier", email = "garnier@njit.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3886-3974"))
)
Maintainer: Simon Garnier <garnier@njit.edu>
Description: Simple video tracking software with Shiny-based GUI.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports:
shiny (>= 1.6.0),
shinyWidgets (>= 0.5.7),
shinyFiles (>= 0.9.0),
shinyjs (>= 2.0.0),
colourpicker (>= 1.1.0),
ROpenCVLite (>= 4.50.0),
Rvision (>= 0.5.0),
stringr(>= 1.4.0),
data.table (>= 1.13.6),
clue (>= 0.3-58),
Rfast (>= 2.0.1),
Rfast2 (>= 0.0.8),
mvoutlier (>= 2.0.9),
cluster (>= 2.1.0),
CEC (>= 0.10.2)
Remotes:
github::swarm-lab/Rvision,
github::azureblue/CEC
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://swarm-lab.github.io/trackR/, https://github.com/swarm-lab/trackR
BugReports: https://github.com/swarm-lab/trackR/issues