We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
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)
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:
Sorry, something went wrong.
I think it is an issue with how the webpage is being displayed. See attached, running safari 9.0.1
sorry, i can’t debug this with safari not able to run on my OS
No branches or pull requests
The installation instructions say to run the following line, to install for current user.
I think you mean:
The text was updated successfully, but these errors were encountered: