Skip to content

Commit

Permalink
Merge pull request #563 from MichaelChirico/improve-msg
Browse files Browse the repository at this point in the history
Improve msg
  • Loading branch information
gaborcsardi authored Jun 28, 2023
2 parents 88f50d8 + 66c3877 commit f9a9c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ assert_validated_email_for_check <- function(email) {
"the package maintainer's email. To validate it now, please enter ",
"the email address below. Note that R-hub will send a token to ",
"this address. If the address does not belong to you, quit now by ",
"pressing ", crayon::yellow("ENTER"), "."
"pressing ", crayon::yellow("ENTER"), ". You can also specify a ",
"different email by suppling email=."
))))
cat("\n")
email2 <- readline(" Email address: ")
Expand Down

0 comments on commit f9a9c1e

Please sign in to comment.