Re: [R] IRkernel Installation Issues

2017-01-06 Thread Paul Bernal
Dear friends, Great news! I was able to install the IRkernel successfully and I am now able to create R notebooks in Jupyter. Just in case anybody out there is struggling with this too, here is what I did (I have Windows 8, but it will probably work for Mac OS X as well): 1-Go to the page https:/

Re: [R] IRkernel Installation Issues

2017-01-05 Thread David Winsemius
> On Jan 5, 2017, at 11:16 AM, Paul Bernal wrote: > > 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: > > l

[R] IRkernel Installation Issues

2017-01-05 Thread Paul Bernal
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,user