You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: NEWS.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,27 @@
1
1
gistr 0.3.0
2
2
===============
3
3
4
-
NEW FEATURES
4
+
### NEW FEATURES
5
5
6
-
* Gained new function `gistr_save()` to save gist files to disk easily and optionally open
7
-
them in your editor/R GUI (#47)
8
-
* `gist()` now accepts either a gist ID or full or partial URL's for a gist
6
+
* 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)
7
+
*`gist()` now accepts either a gist ID or full or partial URL's for a gist (#48)
9
8
10
-
MINOR IMPROVEMENTS
9
+
### MINOR IMPROVEMENTS
11
10
12
11
* Can now optionally use `rmarkdown::render()` with `gist_create()` (#52)
12
+
* Explicitly import non-base R pkg functions, so importing from `utils`, `methods`, and `stats` (#53)
13
+
* Can now toggle use of `rmarkdown` package with a parameter in `gist_create()` (#52)
14
+
* Better error messages from the GitHub API (#42)
13
15
14
-
BUG FIXES
16
+
### BUG FIXES
15
17
16
18
* Fixed problem with `httr``v1` where empty list not allowed to pass to
17
19
the `query` parameter in `GET` (#51)
18
20
19
21
gistr 0.2.0
20
22
===============
21
23
22
-
NEW FEATURES
24
+
### NEW FEATURES
23
25
24
26
*`gistr_create()` can now optionally include source file if `knit=TRUE` using the new
25
27
parameter `include_source` (#19)
@@ -33,7 +35,7 @@ GitHub API is great, but is in nested list format (after conversion from JSON) -
33
35
is rather hard to manipulate. `tabl()` makes a data.frame from output of `gist()`,
34
36
`gists()`, `as.gist()`, and `commits()` (#25)
35
37
36
-
MINOR IMPROVEMENTS
38
+
### MINOR IMPROVEMENTS
37
39
38
40
*`gistr_create()` works with `.Rnw` files, and example `.Rnw` file included in the package. (#20)
39
41
* Added ability in `gist_create()` to optionally include the source file passed into
@@ -45,7 +47,7 @@ and embeds links to the images in your document. (#33)
45
47
the returned object says it's truncated. You can download the whole thing using
46
48
the `raw_url`, or for larger than 10 MB to the `git_pull_url`. (#26)
0 commit comments