Skip to content

Releases: eliocamp/ggperiodic

ggperiodic 1.0.3

30 Mar 18:41
Compare
Choose a tag to compare
  • Improves detection of geoms and stats

  • Fixes CRAN Warnings related to methods consistency.

v1.0.2

12 Aug 19:59
Compare
Choose a tag to compare

This release updates the documentation to comply with CRAN HTML5 format.

v1.0.0 - Jörmungandr

14 Mar 00:54
Compare
Choose a tag to compare

Offspring of Loki and Angrboða and sibling of Hel and Fenrir, Jörmungandr is a serpent that Odin threw to the ocean that's all around Midgard --the world of humans. It grew so large that it encircled the whole world and could bite it's own tail.

Thor caught it during a fishing expedition with Hymir using the head of an Ox as bait, but seeing as the struggle was destroying his boat, Hymir cut the fishing line before Thor could strike the deathblow.

It is foretold that the World Serpent will rise out of the sea during Ragnarök and will again battle Thor. This time, however, Thor will slay the beast but not before being poisoned by its venom. He will walk only nine steps before falling dead.


With version 1.0.0, ggperiodic is feature-complete. I quashed a nasty bug and added good data.table support. See below.

New Features

  • setperiodic() and setunperiodic() modify objects
    by reference. periodic() and unperiodic() can modify data.tables by
    reference also by setting options(ggperiodic.data.table.copy = TRUE)

  • New qwrap() function for quickly wraping to any range.

Bug Fixes

  • Fixed a nasty bug in the implementation of wrap().

0.1.0 - Möbius strip

31 Aug 23:48
Compare
Choose a tag to compare

ggperiodic 0.1.0

  • Implemented dplyr methods.
  • Published on github
  • Added a NEWS.md file to track changes to the package.