Skip to content

gistr 0.3.0

Compare
Choose a tag to compare
@sckott sckott released this 03 Jul 01:42
· 116 commits to master since this release

NEW FEATURES

  • Gained new function gistr_save() to save gist files to disk easily and optionally open them in your editor/R GUI (#47). In addition, files saved to a directory, with the dir named by the gist id (#49)
  • gist() now accepts either a gist ID or full or partial URL's for a gist (#48)

MINOR IMPROVEMENTS

  • Can now optionally use rmarkdown::render() with gist_create() (#52)
  • Explicitly import non-base R pkg functions, so importing from utils, methods, and stats (#53)
  • Can now toggle use of rmarkdown package with a parameter in gist_create() (#52)
  • Better error messages from the GitHub API (#42)

BUG FIXES

  • Fixed problem with httr v1 where empty list not allowed to pass to
    the query parameter in GET (#51)