зеркало из https://github.com/Azure/AzureAuth.git
require httpuv quietly
This commit is contained in:
Родитель
10b5002a9f
Коммит
ce9820e73e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче