Re: [R] rimage package fftw breaks when freeing memory on openSUSE 11.3

2011-02-09 Thread Mads Jeppe Tarp-Johansen
Turned out to be a matter of having consistent header and dynamiclibrary files - thus did # rm /usr/include/fftw.h # ln -s /usr/include/dfftw.h /usr/include/fftw.h # ln -s /usr/lib64/libdfftw.so.2.0.7 /usr/lib64/libfftw.so in order to get rid of fftw.h that hardlinked to single precision header

[R] rimage package fftw breaks when freeing memory on openSUSE 11.3

2011-02-09 Thread Mads Jeppe Tarp-Johansen
Upon fresh installation of R-patched and rimage on openSUSE 11.3 box, simple fftw on renown lena image cause memory free failure. Quick: Go to the end of this mail and read the error message from R Thoruogh: Find detailed step-by-step how sopprt library fftw2 was installed and how rimage was i

Re: [R] rimage package problems

2010-09-27 Thread Michael Bedward
Hello again Ralf, Using the instructions at that link (minus the bit about copying config files from /usr/share), followed by... install.packages("rimage", type="source") ...seems to have worked for me. I can now load the package and read / display a jpeg file. Michael On 28 September 2010 10

Re: [R] rimage package problems

2010-09-27 Thread Michael Bedward
Hi Ralf, Are you using Mac OSX ? There isn't a binary available for OSX but you can apparently install the package from sources. However, it seems that you have to manually install some system dependencies first: http://www.r-cookbook.com/node/18 I'm going to try it myself shortly. Michael On

Re: [R] rimage package problems

2010-09-27 Thread Greg Snow
ct.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Ralf B > Sent: Monday, September 27, 2010 9:12 AM > To: r-help Mailing List > Subject: [R] rimage package problems > > Hi all, > > I tried to install the rimage in order to get to the function > ?read.jpeg. However, I

[R] rimage package problems

2010-09-27 Thread Ralf B
Hi all, I tried to install the rimage in order to get to the function ?read.jpeg. However, I get this error, independent what mirror I choose: install.packages("rimage") --- Please select a CRAN mirror for use in this session --- Warning message: In getDependencies(pkgs, dependencies, available,

Re: [R] rimage

2009-02-16 Thread Hufkens Koen
I would love to fix it however my C++ skills are limited. Hope someone fixes this before it disappears. Koen -Original Message- From: Dirk Eddelbuettel [mailto:e...@debian.org] Sent: Mon 16-2-2009 21:49 To: Hufkens Koen Cc: r-help@r-project.org Subject: Re: [R] rimage On 16 February

Re: [R] rimage

2009-02-16 Thread Dirk Eddelbuettel
On 16 February 2009 at 21:09, Koen Hufkens wrote: | Hi list, | | I'm trying to install/compile rimage on ubuntu linux (i386) interpid. | However, the compilation hangs on: | | gcc -std=gnu99 -I/usr/share/R/include -g -O2 -fpic -g -O2 -c | laplacian.c -o laplacian.o | laplacian.c: In funct

[R] rimage

2009-02-16 Thread Koen Hufkens
Hi list, I'm trying to install/compile rimage on ubuntu linux (i386) interpid. However, the compilation hangs on: gcc -std=gnu99 -I/usr/share/R/include -g -O2 -fpic -g -O2 -c laplacian.c -o laplacian.o laplacian.c: In function ‘laplacian’: laplacian.c:14: warning: implicit declaration of f

Re: [R] rimage installation problem-ubuntu 8.10

2009-01-15 Thread Dirk Eddelbuettel
On 15 January 2009 at 03:06, abbethesieyes wrote: | | (I'm quite afraid this is a dumb question, so sorry in advance) | I am trying to install the package rimage to R version 2.8.1 with Ubuntu | Intrepid. When I type "sudo R CMD INSTALL" I get the following error | message (pasted below). I know

[R] rimage installation problem-ubuntu 8.10

2009-01-15 Thread abbethesieyes
(I'm quite afraid this is a dumb question, so sorry in advance) I am trying to install the package rimage to R version 2.8.1 with Ubuntu Intrepid. When I type "sudo R CMD INSTALL" I get the following error message (pasted below). I know the same problem appears here (http://www.r-project.org/nosv

[R] rimage doesn't install on Mac OS X 10.4

2008-11-12 Thread Waichler, Scott R
Hi, I'm trying to install rimage on a Mac OS X 10.4 machine. I followed the advice in previous R-help threads and got over the hurdles of having the header files in the right places, among other things. But I can't figure out what to do with this error. ice.pnl.gov:/home/waichler<949>system_pro

[R] rimage don't install on mac OS X 10.5.5 solved

2008-11-10 Thread Florencio Gonzalez Blazquez
installed via Fink. Thanks for Prof. Brian Ripley for ththe response and hope this can help anyone. Regards, Florencio González Blázquez Message: 93 Date: Fri, 31 Oct 2008 11:40:23 +0100 From: Florencio Gonzalez Blazquez <[EMAIL PROTECTED]> Subject: Re: [R] rimage don't install on mac

Re: [R] rimage don't install on mac OS X 10.5.5

2008-10-31 Thread Florencio Gonzalez Blazquez
Thanks for your rapid response. I tried your sugerences and set C_INCLUDE_PATH=/usr/local/include. I also look in /usr/local/include and here it appears fftw.h and also fftw3.f, fftw3.h, fftw_threads.h and rfftw.h rfftw_threads.h but it don't work also. I will try to update to R 2.8.0 Thanks

Re: [R] rimage don't install on mac OS X 10.5.5

2008-10-31 Thread Prof Brian Ripley
On Fri, 31 Oct 2008, Florencio Gonzalez Blazquez wrote: Hello, i'm trying to install de rimage package form source. I have installed fftw2.1.5 and libjpeg, but during compilation appear this message: Where did you install the fftw headers? If in /usr/local/include, this is apparently not in

[R] rimage don't install on mac OS X 10.5.5

2008-10-31 Thread Florencio Gonzalez Blazquez
Hello, i'm trying to install de rimage package form source. I have installed fftw2.1.5 and libjpeg, but during compilation appear this message: * Installing *source* package 'rimage' ... checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compil