Save all plot produced in or across sessions
- R 100%
| .github | add pkgdown action | |
| man | update arg name and example | |
| R | unset package env vars; n is now pkg env var | |
| tests | trying to fix/understant unit test | |
| vignettes | remove back tick in vig entry | |
| .gitignore | better gha debugging output | |
| .Rbuildignore | better gha debugging output | |
| DESCRIPTION | always create cache if !ask | |
| LICENSE | initial commit | |
| LICENSE.md | initial commit | |
| NAMESPACE | use websockets ( close #1 ) | |
| README.md | Update README.md | |
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")