Hello everyone,

I tried to get the IRkernel going doing the following:

install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ',
'devtools', 'uuid', 'digest'))

then taking care of proxy settings by doing:

library(devtools)

library(httr)

set_config(use_proxy(url="",port=8080,username="user",password="pswrd"))

then installed package install_github

then called library(githubinstall)

finally install_github(('IRkernel')

However the following error popped up: "Error in username %||%
getOption("github.user") %||% stop("Unknown username.") :
  Unknown username.

Any idea what could be wrong? I tried with buth my network username and
password and my github username and password without any success.

Regards,

Paul

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to