This commit is contained in:
Hong Ooi 2019-03-19 19:34:58 +11:00
Родитель 10b5002a9f
Коммит ce9820e73e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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