Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

gistr v0.3.4

Compare
Choose a tag to compare
@sckott sckott released this 09 Oct 19:39
· 103 commits to master since this release

NEW FEATURES

  • Gained new function gist_create_git() - creates gists using git
    instead of the GitHub Gists HTTP API. Uses the package git2r
    internally to do the git things. (#50) This function has been
    around a while, but not in the CRAN version, so a few other fixes
    of note in case you're interested: (#56) (#57) (#58) (#59) (#61)

MINOR IMPROVEMENTS

  • Added new manual file ?create_gists with details of the three different
    ways to create gists, how they differ, and why there are three different
    functions to create a gist. (57f13a7)

BUG FIXES

  • Fix to tabl() to give back cleaner data output, returning main
    metadata for each gist in a single data.frame, then forks and
    history in separate data.frame's if they exist. Makes for easier
    understanding and manipulation downstream. (#54)