Re: [R] Problems installing Packages

2014-08-08 Thread Luís de Sousa
Dear Sven, I am running into this exact some problem in Ubuntu 14.04. I have R 3.1.1 freshly installed and OpenJDK 7 (I do not need BLAS, as far as I know). Trying to install rj and rj.dg I get the exact same error messages as you were getting "Error: cannot determine complete Java config". Were

Re: [R] Problems installing packages

2014-04-16 Thread Uwe Ligges
On 16.04.2014 14:59, Anton FRANCOIS wrote: Hello, I am woking on ubuntu 13.10 (saucy) And my version() function return: version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 3 minor 1.0 year 2014 month 04 day 10 svn rev 65387 language

[R] Problems installing packages

2014-04-16 Thread Anton FRANCOIS
Hello, I am woking on ubuntu 13.10 (saucy) And my version() function return: version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 3 minor 1.0 year 2014 month 04 day 10 svn rev 65387 language R version.string R version 3.1.0 (2014-04-10)

Re: [R] Problems installing Packages

2012-06-04 Thread Sven D
Thanks for the replies, 1st, installing the BLAS library indeed worked out, and I was able to load the packages. 2nd, I was trying to build from repository directly. But even worse, I cannot tell you if i touched the BLAS linker flags, BUT there seem to be more problems of a similar nature, ie.

Re: [R] Problems installing Packages

2012-06-03 Thread R. Michael Weylandt
I'm not really an expert on BLAS-y things, but wouldn't there be more problems upstream with R if it weren't able to find the local BLAS? I was under the impression that R shipped it's own BLAS but could also be directed to one at compile time -- either way, I would guess that many other would brea

Re: [R] Problems installing Packages

2012-06-03 Thread Jeff Newmiller
The error says you are missing the BLAS library... so install it? --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go...

[R] Problems installing Packages

2012-06-03 Thread Sven D
Hello, I am going through Zhao's RDataMining PDF, and to redo all the graphics on my computer, I need several packages, 'coin' and 'party' to name two. I get the following error: > install.packages("coin") Installing package(s) into ‘/home/sven/R/i686-pc-linux-gnu-library/2.15’ (as ‘lib’ is uns

Re: [R] Problems installing packages using the inbuilt facility: "Error i n gzfile(file, "r") : unable to open connection"

2008-03-10 Thread Kauer, Philipp
on 'No such file or directory' -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Henrik Bengtsson Sent: 07 March 2008 23:47 To: Kauer, Philipp Cc: [EMAIL PROTECTED] Subject: Re: [R] Problems installing packages using the inbuilt facility: "

Re: [R] Problems installing packages using the inbuilt facility: "Error i n gzfile(file, "r") : unable to open connection"

2008-03-07 Thread Henrik Bengtsson
Works fine for me on the same setup. Try this and compare (especially the size of the downloaded file): > url <- "http://cran.uk.r-project.org/bin/windows/contrib/2.6/ada_2.0-1.zip";; > download.file(url, basename(url), mode="wb") # Note "wb"!!! trying URL 'http://cran.uk.r-project.org/bin/windo

[R] Problems installing packages using the inbuilt facility: "Error i n gzfile(file, "r") : unable to open connection"

2008-03-07 Thread Kauer, Philipp
Hi I have been trawling the web, FAQs, and R manuals for help on the following issue, but have failed and was wondering if anyone has a solution to the following problem: After having installed R 2.6.2 for Windows (binary), I tried to install various packages. Every time I try loading a packa