Re: [R] Unable to install package "checkpoint" on R3.6.3

2022-08-23 Thread Rui Barradas
Hello, Instead of downloading the zip file, download the tar.gz file from [1] checkpoint_0.4.10.tar.gz and at a command line run R CMD INSTALL checkpoint_0.4.10.tar.gz [1] https://cran.r-project.org/src/contrib/Archive/checkpoint/ Hope this helps, Rui Barradas Às 16:16 de 22/08/2022, Mri

Re: [R] Unable to install package "checkpoint" on R3.6.3

2022-08-23 Thread Ivan Krylov
On Mon, 22 Aug 2022 20:46:08 +0530 Mrinmay Kalita wrote: > As per the screenshot attachments, some packages did not get installed > while doing "install.packages("checkpoint")" on R console. I retried > using different mirrors for download to no good. Attachments didn't make it through: the mail

Re: [R] unable to install package xts

2013-11-11 Thread Pascal Oettli
Hello, You probably should install a Fortran compiler. Regards, Pascal On 12 November 2013 13:40, Wang Chongyang wrote: > I am using Ubuntu 12.04 and unable to install xts. Here are the info: > > usr/bin/ld: cannot find -lgfortran > collect2: error: ld returned 1 exit status > make: *** [xt

Re: [R] unable to install package xts

2013-11-11 Thread Dirk Eddelbuettel
Wang Chongyang gmail.com> writes: > I am using Ubuntu 12.04 and unable to install xts. Here are the info: > > usr/bin/ld: cannot find -lgfortran Do 'sudo apt-get install r-base-dev' to install a set of requirement for building packages, which includes among other things the Fortran library you

[R] unable to install package xts

2013-11-11 Thread Wang Chongyang
I am using Ubuntu 12.04 and unable to install xts. Here are the info: usr/bin/ld: cannot find -lgfortran collect2: error: ld returned 1 exit status make: *** [xts.so] Error 1 ERROR: compilation failed for package ‘xts’ * removing ‘/home/jasom/R/x86_64-pc-linux-gnu-library/3.0/xts’ Warning in insta

Re: [R] Unable to install package

2012-05-17 Thread Uwe Ligges
On 17.05.2012 00:49, Rismyname wrote: Hi, I get the following error while installing a package. Can someone please help? install.packages("memisc") Warning in install.packages : argument 'lib' is missing: using 'C:/Users/ravi/Documents/R/R-2.15.0' Warning in install.packages : downloaded

[R] Unable to install package

2012-05-16 Thread Rismyname
Hi, I get the following error while installing a package. Can someone please help? install.packages("memisc") Warning in install.packages : argument 'lib' is missing: using 'C:/Users/ravi/Documents/R/R-2.15.0' Warning in install.packages : downloaded length 8255 != reported length 200 Error in

Re: [R] unable to install package ff

2007-11-04 Thread Matthew Keller
Hi Adrian et al, Thanks for the advice. I haven't yet tried R.huge but will do so soon. I have used filehash and it is working well now. A note: for some reason, R objects were not being 'flushed' from memory on R 2.5.1 - even when removed and after an explicit call to gc(). Originally I thought

Re: [R] unable to install package ff

2007-11-03 Thread Adrian Dragulescu
Matthew, Did you take a look at the R.huge package? It works well with numerical data. If you describe the problem you're trying to solve in more detail, it may help us give you a better solution. Btw, we use the filehash package with great success in accessing very large amounts of data. Best

Re: [R] unable to install package ff

2007-11-01 Thread Matthew Keller
Hi Benilton & all, I'm fairly clueless when it comes to compiling etc... never done it. Thanks for your response. Here's the info you requested: ~/Documents/Teaching/R matthewkeller$ make make: *** No targets specified and no makefile found. Stop. ~/Documents/Teaching/R matthewkeller$ gcc power

Re: [R] unable to install package ff

2007-11-01 Thread Benilton Carvalho
It doesn't seem that 'make' is in your path. What do you get when you type 'make' on your terminal? How about 'gcc'? I'm assuming XCode is installed. B On Nov 1, 2007, at 7:34 PM, "Matthew Keller" <[EMAIL PROTECTED]> wrote: > Hi all, > > I've had one of my most miserable R weeks in memory.

[R] unable to install package ff

2007-11-01 Thread Matthew Keller
Hi all, I've had one of my most miserable R weeks in memory. I'm trying to deal with huge datasets (>1GB each) but am running up against those pesky memory limits. The libraries filehash and g.data are not very suitable for what I need. I haven't gotten into the sql thing yet. Most recently I've b