Skip to content

Releases: jonocarroll/ggghost

ggghost v0.2.1

21 Aug 12:40
Compare
Choose a tag to compare

CHANGES in ggghost 0.2.1 (accepted to CRAN)

  • Corrected a minor bug which dropped supplementary data when using + or -.

ggghost v0.2.0

19 Aug 12:37
Compare
Choose a tag to compare

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).

Initial CRAN release

07 Aug 23:58
Compare
Choose a tag to compare

ggghost v0.1.0 is now officially on CRAN.

All functions working, passing all tests, examples all functional, no ERRORs, WARNINGs, or NOTEs.