-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
63 lines (63 loc) · 1.53 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
53
54
55
56
57
58
59
60
61
62
63
Package: camcorder
Type: Package
Title: Record Your Plot History
Version: 0.1.0.9000
Authors@R:
c(
person(
given = "Ellis",
family = "Hughes",
email = "ellishughes@live.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0637-4436")
),
person(
given = "Cédric",
family = "Scherer",
email = "cedricphilippscherer@gmail.com",
role = c("ctb")
),
person(
given = "Georgios",
family = "Karamanis",
email = "georgios@karaman.is",
role = c("ctb")
)
)
Description: Record and generate a 'gif' of your 'R' sessions plots. When creating
a visualization, there is inevitably iteration and refinement that occurs.
Automatically save the plots made to a specified directory, previewing them
as they would be saved. Then combine all plots generated into a 'gif'
to show the plot refinement over time.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
URL: https://thebioengineer.github.io/camcorder/, https://github.com/thebioengineer/camcorder
BugReports: https://github.com/thebioengineer/camcorder/issues
Imports:
ggplot2,
gifski,
tools,
magick,
rsvg,
jsonlite,
rlang,
grDevices,
svglite
Suggests:
knitr,
rmarkdown,
markdown,
ragg,
grid,
covr,
testthat (>= 3.0.0),
patchwork,
withr,
dplyr,
systemfonts,
scales,
extrafont
VignetteBuilder: knitr
Config/testthat/edition: 3