You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)