-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.02 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
Package: Rtrack
Type: Package
Title: Spatial Navigation Strategy Analysis
Version: 2.0.3.1
Authors@R: person("Rupert", "Overall", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3882-6073"))
Maintainer: Rupert Overall <[email protected]>
URL: https://rupertoverall.net/Rtrack/, https://github.com/rupertoverall/Rtrack
BugReports: https://github.com/rupertoverall/Rtrack/issues
Description: A toolkit for the analysis of paths from spatial tracking experiments and calculation of goal-finding strategies.
This package is centered on an approach using machine learning for path classification.
License: GPL-3
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Imports:
crayon,
graphics,
grDevices,
Hmisc,
KernSmooth,
methods,
openxlsx,
parallel,
pbapply,
randomForest,
RCurl,
readxl,
rjson,
scales,
stats,
stringi,
terra,
tools,
utils,
zip
RoxygenNote: 7.2.3
Depends: R (>= 2.10)
Suggests: knitr, rmarkdown