Skip to content

Commit

Permalink
require httpuv quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
hongooi73 committed Mar 19, 2019
1 parent 10b5002 commit ce9820e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/initfuncs.R
@@ -1,6 +1,6 @@
init_authcode <- function()
{
if(!requireNamespace("httpuv"))
if(!requireNamespace("httpuv", quietly=TRUE))
stop("httpuv package must be installed to use authorization_code method", call.=FALSE)

# browse to authorization endpoint to get code
Expand Down

0 comments on commit ce9820e

Please sign in to comment.