forked from rethomics/ggetho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 878 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
Package: ggetho
Title: Visualisation of High-Throughput Behavioural (i.e. Ethomics) Data
Date: 2020-04-03
Version: 0.3.5
Authors@R: c(
person("Quentin", "Geissmann", role = c("aut", "cre"), email = "[email protected]")
)
Description: Extension of 'ggplot2' providing layers, scales and preprocessing functions
useful to represent behavioural variables that are recorded over multiple animals and days.
This package is part of the 'rethomics' framework <http://rethomics.github.io/>.
Depends:
R (>= 3.00),
ggplot2,
behavr
Imports:
data.table,
stringr,
scales,
labeling,
rlang
Suggests:
testthat,
covr,
knitr,
zeitgebr
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/rethomics/ggetho
BugReports: https://github.com/rethomics/ggetho/issues
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)