Skip to content

ggghost v0.2.0

Compare
Choose a tag to compare
@jonocarroll jonocarroll released this 19 Aug 12:37
· 2 commits to master since this release

CHANGES in ggghost 0.2.0 (accepted to CRAN)

  • Allowed inclusion of supplementary data, with recovery (closes #3).
  • Added a warning to recover_data when data object exists in the calling frame
    but has changed since being captured, with opt-out where used interactively
    (closes #4). Note that this is responsible for the less than 100% code coverage
    (everything except if (interactive()) is covered.
  • Moved README supplementary objects out of package, reducing package filesize
    (closes #2).