-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 952 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
33
Package: LEEF.2.measurement.bemovi
Type: Package
Title: Prepares Movies for Analysis with Bemovi and Extracts Data
Description: Module for the LEEF pipeline to process bemovi data.
Version: 1.0.0
Authors@R: c(
person(given = "Rainer M.", family = "Krug", email = "[email protected]", role = c("aut", "cre")),
person("SNF Project 310030_188431", role = "fnd")
)
Maintainer: Rainer M. Krug <[email protected]>
BugReports: https://github.com/LEEF-UZH/LEEF.measurement.bemovi/issues/
URL: https://leef-uzh.github.io/LEEF.measurement.bemovi/, https://github.com/LEEF-UZH/LEEF.measurement.bemovi/
License: MIT + file LICENSE
Depends:
R (>= 3.5.0)
Imports:
bemovi.LEEF (>= 1.0.1),
R.utils,
utils,
parallel,
data.table,
dplyr,
purrr,
tidyselect,
magrittr,
yaml,
rlang,
e1071,
loggit
Additional_repositories: https://leef-uzh.github.io/drat/
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3