Skip to content

Commit

Permalink
fix check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hongooi73 committed Jan 24, 2022
1 parent 374243e commit 6f43ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build_email_request.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ build_email_recipients <- function(to, cc, bcc, reply_to)

require_emayili_0.6 <- function()
{
if(packageVersion("emayili") < package_version("0.6"))
if(utils::packageVersion("emayili") < package_version("0.6"))
stop("Need emayili version 0.6 or later", call.=FALSE)
}

0 comments on commit 6f43ccc

Please sign in to comment.