-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.18 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
Package: scopr
Title: Read Ethoscope Data
Date: 2022-02-03
Version: 0.3.3
Authors@R: c(
person("Quentin", "Geissmann", role = c("aut", "cre"), email = "qgeissmann@gmail.com")
)
Description: Handling of behavioural data from the Ethoscope platform
(Geissmann, Garcia Rodriguez, Beckwith, French, Jamasb and Gilestro (2017) <DOI:10.1371/journal.pbio.2003026>).
Ethoscopes (<http://gilestrolab.github.io/ethoscope/>) are an open source/open hardware framework made of
interconnected raspberry pis (<https://www.raspberrypi.org>) designed to quantify the behaviour of multiple
small animals in a distributed and real-time fashion. The default tracking algorithm records primary variables
such as xy coordinates, dimensions and speed.
This package is part of the rethomics framework <http://rethomics.github.io/>.
Depends:
R (>= 3.00),
behavr
Imports:
data.table,
readr,
stringr,
RSQLite,
memoise
Suggests:
testthat,
covr,
knitr,
ggetho,
zeitgebr
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/rethomics/scopr
BugReports: https://github.com/rethomics/scopr/issues
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)