diff --git a/index.html b/index.html index f3f08a6..e721287 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@ A demonstration of interactive distribution plots
A demonstration of interactive distribution plots

To install run the following lines in R:

-

{r} devtools::install_github("melff/RKernel/pkg") RKernel::installspec() For dynamic help you also need to install the python package jupyter-server-proxy.

+

{r} install.packages('RKernel', repos = c('https://melff.r-universe.dev', 'https://cloud.r-project.org')) RKernel::installspec() For dynamic help you also need to install the python package jupyter-server-proxy.

This kernel differs from the already existing IRKernel by: