Skip to content

Commit

Permalink
revdep email fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 19, 2018
1 parent a0eb739 commit 8e42db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion revdep/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ res <- revdep_check(threads = 4, type = "mac.binary")
revdep_check_save_summary()
revdep_check_print_problems()

# revdep_email(date = "Jan 21", version = "0.5.0", only_problems = FALSE, draft = TRUE)
revdep_email(date = "Jan 21", version = "0.5.0", only_problems = FALSE, draft = TRUE)

8 changes: 2 additions & 6 deletions revdep/email.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Hi,

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

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

I found: {{{your_summary}}}.

Expand All @@ -28,10 +28,6 @@ It looks like everything is ok, so you don't need to take any action, but you mi
{{/you_have_problems}}


There shouldn't be any breaking changes - this version is mostly a tweak
to HttpClient to get it ready to integrate with webmockr for mocking
HTTP requests.

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

Regards,
Expand Down

0 comments on commit 8e42db2

Please sign in to comment.