Skip to content

Commit d029c5a

Browse files
committed
tweaks
1 parent 19d02c4 commit d029c5a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

NEWS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ brief summary of the GeoJSON object (#86) (#124)
1818

1919
* doing a much more thorough job of cleaning up temp files that are
2020
necessarily generated due to having to go to disk sometimes (#122)
21-
* @ateucher made improvements to `geojson_json` to xxxx (#125)
21+
* @ateucher made improvements to `geojson_json` to make `type`
22+
parameter more flexible (#125)
2223

2324
### BUG FIXES
2425

cran-comments.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222

2323
-------
2424

25-
This version includes xxxx.
25+
Major change in this version is some new functions - also some minor
26+
improvements - and a bug fix.
2627

2728
Thanks!
2829
Scott Chamberlain

revdep/check.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ library("devtools")
33
res <- revdep_check()
44
revdep_check_save_summary()
55
revdep_check_print_problems()
6-
#revdep_email(date = "Jul 24", version = "v0.3.8", only_problems = FALSE, draft = TRUE)
6+
# revdep_email(date = "Nov 10", version = "v0.5.0", only_problems = FALSE, draft = TRUE)

revdep/email.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Hi,
22

3-
This is an automated email to let you know about the release of {{{ my_package }}}, which I'll submit to CRAN on ({{{ date }}}).
3+
This is an automated email to let you know about the release of {{{ my_package }}}, which I'll submit to CRAN on {{{ date }}}.
44

5-
To check for potential problems, I ran `R CMD check` on your package {{{your_package}}} ({{{your_version}}}).
5+
To check for potential problems, I ran `R CMD check` on your package {{{your_package}}} (v{{{your_version}}}).
66

77
I found: {{{your_summary}}}.
88

@@ -21,6 +21,7 @@ To see what's changed visit <https://github.com/{{{my_github}}}/blob/master/NEWS
2121
It looks like everything is ok, so you don't need to take any action, but you might want to read the NEWS, <https://github.com/{{{my_github}}}/blob/master/NEWS.md>, to see what's changed.
2222
{{/you_have_problems}}
2323

24+
2425
If you have any questions about this email, please feel free to respond directly.
2526

2627
Regards,

0 commit comments

Comments
 (0)