-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.11 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
41
42
43
44
45
46
47
48
49
50
51
52
Type: Package
Package: deviz
Title: Track and visualize mouse movement
Version: 0.1.0
Authors@R:
c(person(given = "Marco",
family = "Sciaini",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Cedric",
family = "Scherer",
role = "aut"),
person(given = "Stefan",
family = "Reifenberg",
role = "aut"))
Description: Tracks and visualizes computer mouse movement.
License: MIT + file LICENSE
SystemRequirements: Python (>= 3.6.0)
Depends:
R (>= 3.5.0)
Suggests:
covr,
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
ggplot2,
rcartocolor,
scico,
rstudioapi,
lubridate,
purrr,
tibble,
reticulate,
magrittr,
dplyr,
ggnewscale,
ggkeyboard
Remotes:
sharlagelfand/ggkeyboard,
thomasp85/gganimate
Config/reticulate:
list(
packages = list(
list(package = "pynput", pip = TRUE)
)
)
VignetteBuilder: knitr
URL: https://github.com/marcosci/deviz
BugReports: https://github.com/marcosci/deviz/issues