Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 74cdfca

Browse files
committed
updated to description requested by cran
1 parent 431859d commit 74cdfca

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

DESCRIPTION

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
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/.
812
Version: 0.1.0
9-
Date: 2015-01-02
13+
Date: 2015-01-04
1014
Authors@R: c(person("Ramnath", "Vaidyanathan", role = "aut",
1115
email = "[email protected]"),
1216
person("Karthik", "Ram", role = "aut",

0 commit comments

Comments
 (0)