IRkernel / irkernel.github.io

Website for IRkernel
https://irkernel.github.io/
4 stars 7 forks source link

Installing #20

Open DoaneAS opened 8 years ago

DoaneAS commented 8 years ago

The installation instructions say to run the following line, to install for current user.

IRkernel::installspec(user = FALSE)

I think you mean:

IRkernel::installspec(user = TRUE)
takluyver commented 8 years ago

Which install instructions are you looking at? http://irkernel.github.io/installation/ says:

The kernel spec can be installed for the current user with the following line from R:

 IRkernel::installspec()

To install system-wide, set user to False in the installspec command:

IRkernel::installspec(user = FALSE)
DoaneAS commented 8 years ago

I think it is an issue with how the webpage is being displayed. See attached, running safari 9.0.1

screenshot

flying-sheep commented 8 years ago

sorry, i can’t debug this with safari not able to run on my OS