|
1 | 1 | Package: gistr |
2 | | -Title: Work with GitHub Gists from R |
3 | | -Description: Work with GitHub gists from R, including create new gists, update |
4 | | - gists with new files, rename files, delete files, get and delete gists |
5 | | - star and un-star gists, fork gists, open a gist in your default browser, |
6 | | - get embed code for a gist, list gist commits, and get rate limit information |
7 | | - when authenticated. Some requests require authentication and some do not. |
| 2 | +Title: Work with GitHub Gists |
| 3 | +Description: Work with GitHub gists from R, (e.g., |
| 4 | + http://en.wikipedia.org/wiki/GitHub#Gist, |
| 5 | + https://help.github.com/articles/about-gists/). A gist is simply one or |
| 6 | + more files with code/text/images/etc. gistr allows the user to |
| 7 | + create new gists, update gists with new files, rename files, delete files, |
| 8 | + get and delete gists, star and un-star gists, fork gists, open a gist in |
| 9 | + your default browser, get embed code for a gist, list gist commits, and |
| 10 | + get rate limit information when authenticated. Some requests require |
| 11 | + authentication and some do not. Gists website: https://gist.github.com/. |
8 | 12 | Version: 0.1.0 |
9 | | -Date: 2015-01-02 |
| 13 | +Date: 2015-01-04 |
10 | 14 | Authors@R: c(person("Ramnath", "Vaidyanathan", role = "aut", |
11 | 15 | email = "ramnath.vaidya@gmail.com"), |
12 | 16 | person("Karthik", "Ram", role = "aut", |
|
0 commit comments