Description
Work with 'GitHub' 'Gists'.
Description
Work with 'GitHub' 'gists' from 'R' (e.g., <https://en.wikipedia.org/wiki/GitHub#Gist>, <https://docs.github.com/en/github/writing-on-github/creating-gists/>). A 'gist' is simply one or more files with code/text/images/etc. This package allows the user to create new 'gists', update 'gists' with new files, rename files, delete files, get and delete 'gists', star and 'un-star' 'gists', fork 'gists', open a 'gist' in your default browser, get embed code for a 'gist', list 'gist' 'commits', and get rate limit information when 'authenticated'. Some requests require authentication and some do not. 'Gists' website: <https://gist.github.com/>.
README.md
gistr
gistr
is a light interface to GitHub's gists for R.
Get started with the docs: https://docs.ropensci.org/gistr
See also:
- git2r an R client for the libgit2 C library by Stefan Widgren
- gert Simple git client for R by Jeroen Ooms
- gistfo for turning your untitled RStudio tabs into gists!
Install
Stable version from CRAN
install.packages("gistr")
Or dev version from GitHub.
remotes::install_github("ropensci/gistr")
library("gistr")
Meta
- Please report any issues or bugs.
- License: MIT
- Get citation information for
gistr
in R doingcitation(package = 'gistr')
- Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.