thebioengineer / camcorder

Record plots generated during an R session and replay as a gif!
https://thebioengineer.github.io/camcorder/
Other
201 stars 7 forks source link

Unhandled error when `gg_playback()` is run after no plots produced #11

Closed TylerGrantSmith closed 3 years ago

TylerGrantSmith commented 4 years ago
dir <- fs::file_temp("camcorder")
camcorder::gg_record(dir = dir)
camcorder::gg_playback()
#> Error in normalizePath(path.expand(path), winslash, mustWork): path[1]=NA
thebioengineer commented 4 years ago

Thanks for pointing that out. I hadn't considered someone starting/stopping without making any plots!

thebioengineer commented 3 years ago

fixed in PR #13