1
0
Fork
You've already forked plothistory
0
Save all plot produced in or across sessions
  • R 100%
2025年12月23日 21:50:50 +01:00
.github add pkgdown action 2024年03月24日 15:39:54 +01:00
man update arg name and example 2024年03月31日 09:31:12 +02:00
R unset package env vars; n is now pkg env var 2024年03月31日 10:26:16 +02:00
tests trying to fix/understant unit test 2024年03月29日 17:45:42 +01:00
vignettes remove back tick in vig entry 2024年04月01日 19:14:33 +02:00
.gitignore better gha debugging output 2024年03月27日 16:06:32 +01:00
.Rbuildignore better gha debugging output 2024年03月27日 16:06:32 +01:00
DESCRIPTION always create cache if !ask 2024年03月28日 23:41:36 +01:00
LICENSE initial commit 2024年03月23日 17:42:00 +01:00
LICENSE.md initial commit 2024年03月23日 17:42:00 +01:00
NAMESPACE use websockets ( close #1 ) 2024年03月28日 19:58:11 +01:00
README.md Update README.md 2025年12月23日 21:50:50 +01:00

Store all plots in or across sessions

The plothistory package allows to store all plots generated during a session in a user-defined directory, alike all commands stored in the .Rhistory file. These directories can be reused across different sessions to keep storing plots.

The vignette provides more details and these two videos.

Installation

remotes::install_git("https://codeberg.org/lgatto/plothistory")

See also

  • A graphical device for emacs: essgd.
  • Asynchronous http server graphics device for R: httpgd.