This repository was archived by the owner on Sep 2, 2025. It is now read-only.
gistr 0.3.0
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()withgist_create()(#52) - Explicitly import non-base R pkg functions, so importing from
utils,methods, andstats(#53) - Can now toggle use of
rmarkdownpackage with a parameter ingist_create()(#52) - Better error messages from the GitHub API (#42)
BUG FIXES
- Fixed problem with
httrv1where empty list not allowed to pass to
thequeryparameter inGET(#51)