Skip to content

Commit 506b454

Browse files
committed
updated news, cran comments, and bumped to cran push version
1 parent 627dc7b commit 506b454

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Description: Work with 'GitHub' 'gists' from 'R' (e.g.,
99
your default browser, get embed code for a 'gist', list 'gist' 'commits', and
1010
get rate limit information when 'authenticated'. Some requests require
1111
authentication and some do not. 'Gists' website: https://gist.github.com/.
12-
Version: 0.3.3.9000
12+
Version: 0.3.4
1313
Authors@R: c(
1414
person("Ramnath", "Vaidyanathan", role = "aut", email = "ramnath.vaidya@gmail.com"),
1515
person("Karthik", "Ram", role = "aut", email = "karthik.ram@gmail.com"),

NEWS.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
gistr 0.3.4
2+
===============
3+
4+
### NEW FEATURES
5+
6+
* Gained new function `gist_create_git()` - creates gists using `git`
7+
instead of the GitHub Gists HTTP API. Uses the package `git2r`
8+
internally to do the `git` things. (#50) This function has been
9+
around a while, but not in the CRAN version, so a few other fixes
10+
of note in case you're interested: (#56) (#57) (#58) (#59) (#61)
11+
12+
### MINOR IMPROVEMENTS
13+
14+
* Added new manual file `?create_gists` with details of the three different
15+
ways to create gists, how they differ, and why there are three different
16+
functions to create a gist. (57f13a711fb7a1514caee6a858d4cda31d614e6f)
17+
18+
### BUG FIXES
19+
20+
* Fix to `tabl()` to give back cleaner data output, returning main
21+
metadata for each gist in a single data.frame, then forks and
22+
history in separate data.frame's if they exist. Makes for easier
23+
understanding and manipulation downstream. (#54)
24+
125
gistr 0.3.0
226
===============
327

cran-comments.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
R CMD CHECK passed on my local OS X install on R 3.2.1 and R development
1+
R CMD CHECK passed on my local OS X install on R 3.2.2 and R development
22
version, Ubuntu running on Travis-CI, and Win builder.
33

4-
This submission fixes a number of broken functions due to the
5-
recent update in httr on CRAN to v1.0.
6-
7-
In addition, this package now imports non-base functions explicitly as
8-
needed in accordance with R-devel changes.
4+
This submission adds a new function to work with gists using git instead
5+
of the GitHub HTTP API, and a bug fix.
96

107
Thanks! Scott Chamberlain

0 commit comments

Comments
 (0)