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 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 Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libmagick++-dev gsfonts libicu-dev libpng-dev librsvg2-dev libssl-dev libclang-dev Repository: https://thebioengineer.r-universe.dev Date/Publication: 2024-01-12 16:03:34 UTC RemoteUrl: https://github.com/thebioengineer/camcorder RemoteRef: HEAD RemoteSha: a0cdfb6042b5bf5502b6eee4421afb45f8aa5632 NeedsCompilation: no Packaged: 2026-06-18 08:45:30 UTC; root Author: Ellis Hughes [aut, cre] (ORCID: ), Cédric Scherer [ctb], Georgios Karamanis [ctb] Maintainer: Ellis Hughes