On Sat, Feb 15, 2014 at 7:54 PM, Fred Gruber <
fgr...@gmail.com> wrote:
> %r
> install.packages('glmnet')
> it just get stuck (get the thinking icon) without doing anything.
I think it asks you an interactive question (where to download from) -
and that's hidden and therefore it's stuck.
> But pressing the restart button does not do anything. Still it can't
> find glmnet when I use library(glmnet)
Have you tried to go to the settings (wrench icon) and restart the
worksheet/project server?
>
> The same thing happens in the terminal.
In the terminal, you have to do
$ sage -R
to make sure to run Sage's "R" and not a globally available R.
Inside the Sage Notebook, Sage's "R" is the one which is running.
(I suggest you to first try to get it running in "sage -R" and once it
works, also in the worksheet)
... and yes, these things aren't pretty, but it's still beta and there
is always an opportunity to improve this ;-)
Harald