[R] Information installation package sjPlot

2018-01-10 Thread Luca Danieli
Hi all,

I am new. I am installing the library sjPlot on Ubunto 16.10 and I guess it is 
installing some dependencies. But it is taking more than 1.5 hours, is it 
possible?

It has right now halted (hope momentarily) in installing the package 'rstan', 
particularly the file lang__grammars__statement_grammar_inst.o

Other packages installed include: dygraphs, colourpicker, raster.

Is it good or is something going wrong?

Luca

Get Outlook for Android


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Information installation package sjPlot

2018-01-11 Thread Orvalho Augusto
That is very strange.

I am using Ubuntu 16.04 and managed to install it in less than 5 minutes.

OA

On Wed, Jan 10, 2018 at 12:00 PM, Luca Danieli 
wrote:

> Hi all,
>
> I am new. I am installing the library sjPlot on Ubunto 16.10 and I guess
> it is installing some dependencies. But it is taking more than 1.5 hours,
> is it possible?
>
> It has right now halted (hope momentarily) in installing the package
> 'rstan', particularly the file lang__grammars__statement_grammar_inst.o
>
> Other packages installed include: dygraphs, colourpicker, raster.
>
> Is it good or is something going wrong?
>
> Luca
>
> Get Outlook for Android
>
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/
> posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Information installation package sjPlot

2018-01-16 Thread Paul Bivand
This depends on the resources of your computer. If it's very small,
some dependencies can take a long time.

My record is the glmmTMB dependency with over 24 hours compilation (on
an old netbook).

One helpful way round can be to download the .tar.gz of the package,
close down all other programs, and run R CMD install package.tar.gz
from the command line.

Paul

On 11 January 2018 at 23:21, Orvalho Augusto  wrote:
> That is very strange.
>
> I am using Ubuntu 16.04 and managed to install it in less than 5 minutes.
>
> OA
>
> On Wed, Jan 10, 2018 at 12:00 PM, Luca Danieli 
> wrote:
>
>> Hi all,
>>
>> I am new. I am installing the library sjPlot on Ubunto 16.10 and I guess
>> it is installing some dependencies. But it is taking more than 1.5 hours,
>> is it possible?
>>
>> It has right now halted (hope momentarily) in installing the package
>> 'rstan', particularly the file lang__grammars__statement_grammar_inst.o
>>
>> Other packages installed include: dygraphs, colourpicker, raster.
>>
>> Is it good or is something going wrong?
>>
>> Luca
>>
>> Get Outlook for Android
>>
>>
>> [[alternative HTML version deleted]]
>>
>> __
>> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide http://www.R-project.org/
>> posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>>
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.