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

Commit 7249f2b

Browse files
committed
changed news to news.md, rbuildignore news.md
1 parent 27250be commit 7249f2b

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ cran-comments.md
77
README.Rmd
88
Makefile
99
vignettes/img
10+
NEWS.md

NEWS renamed to NEWS.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
gistr 0.3.0
22
===============
33

4-
NEW FEATURES
4+
### NEW FEATURES
55

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)
98

10-
MINOR IMPROVEMENTS
9+
### MINOR IMPROVEMENTS
1110

1211
* 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)
1315

14-
BUG FIXES
16+
### BUG FIXES
1517

1618
* Fixed problem with `httr` `v1` where empty list not allowed to pass to
1719
the `query` parameter in `GET` (#51)
1820

1921
gistr 0.2.0
2022
===============
2123

22-
NEW FEATURES
24+
### NEW FEATURES
2325

2426
* `gistr_create()` can now optionally include source file if `knit=TRUE` using the new
2527
parameter `include_source` (#19)
@@ -33,7 +35,7 @@ GitHub API is great, but is in nested list format (after conversion from JSON) -
3335
is rather hard to manipulate. `tabl()` makes a data.frame from output of `gist()`,
3436
`gists()`, `as.gist()`, and `commits()` (#25)
3537

36-
MINOR IMPROVEMENTS
38+
### MINOR IMPROVEMENTS
3739

3840
* `gistr_create()` works with `.Rnw` files, and example `.Rnw` file included in the package. (#20)
3941
* 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)
4547
the returned object says it's truncated. You can download the whole thing using
4648
the `raw_url`, or for larger than 10 MB to the `git_pull_url`. (#26)
4749

48-
BUG FIXES
50+
### BUG FIXES
4951

5052
* Fixed unicode problem on Windows (#37)
5153
* Improved error catching (#28)
@@ -54,6 +56,6 @@ BUG FIXES
5456
gistr 0.1.0
5557
===============
5658

57-
NEW FEATURES
59+
### NEW FEATURES
5860

5961
* released to CRAN

0 commit comments

Comments
 (0)