similar to: Cannot Install rimage

Displaying 20 results from an estimated 500 matches similar to: "Cannot Install rimage"

2006 Dec 31
1
rimage package broken with fedora upgrade
Dear R list members I would be grateful if anyone could guide me to a solution for fixing my rimage package problem described below. I recently upgraded my machine from fedora core 3 to fedora core 6 and then upgraded R from version 2.3.1 from version 2.4.1. I then fired up R, tried to load the rimage library and received the following messages: > library(rimage) Error in dyn.load(x,
2011 Feb 09
1
rimage package fftw breaks when freeing memory on openSUSE 11.3
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 installed. Regards Mads Jeppe VERSIONS ======== openSUSE -------- # cat /etc/SuSE-release
2008 Nov 14
2
problem in downloading the rimage package
I am using a 64 bit machine with CentOS5. I am getting the following errors when I try to install the rimage package g++ -shared -L/usr/local/lib64 -o rimage.so equalize.o fftw_access_func.o freqfilters.o interface.o jpegio.o laplacian.o matrix.o smooth.o sobel.o -ljpeg -lfftw /usr/bin/ld: /usr/local/lib/libfftw.a(fftwnd.o): relocation R_X86_64_32 against `a local symbol' can not be used when
2007 Apr 14
0
rimage and fftw header problem
I've looked through the archives and have seen that others had a similar problem: http://tolstoy.newcastle.edu.au/R/e2/help/06/09/0571.html I'm trying to install rimage and I get the following warning: ============================================ downloaded 323Kb * Installing *source* package 'rimage' ... checking for g++... g++ checking for C++ compiler default output... a.out
2003 Oct 06
1
Cannot Install rimage in R-1.7.1 (RH 9.0)
The rimage install can't find the ffw header. Any idea why? Rick B. > install.packages("rimage") trying URL `http://cran.r-project.org/src/contrib/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 130159 bytes opened URL .......... .......... .......... .......... .......... .......... .......... .......... .......... .......... .......... ..........
2006 Sep 11
3
Installation difficulty with "rimage"
Dear R people, I am trying to install rimage using install.packages("rimage") but am receiving the following errors despite having FFTW installed. I would appreciate any help to get this fixed. checking fftw.h usability... no checking fftw.h presence... no checking for fftw.h... no configure: error: Sorry, can't find fftw header ERROR: configuration failed for package
2008 Nov 12
1
rimage doesn't install on Mac OS X 10.4
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_profiler -detailLevel mini SPSoftwareDataType Software: System Software Overview:
2010 Sep 27
2
rimage package problems
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, lib) : package ?rimage? is not available > Does anybody know what happend with the
2006 Aug 10
1
installing rimage
dear list while installing the package rimage, i get the error message checking jpeglib.h usability... no checking jpeglib.h presence... no checking for jpeglib.h... no configure: error: Sorry, can't find jpeglib header ERROR: configuration failed for package 'rimage' although i have installed jpeglib as required. does R not find this library? but why did it find the fftw library
2008 Mar 06
1
write in rimage package
Is there any way to write an imagematrix generated by the rimage package? Reproducible example: library(rimage) x <- read.jpeg(system.file("data", "cat.jpg", package="rimage")) png("newcat.png") plot(x) dev.off() The newcat.png image is different from the original file, because there are ugly white borders around it. Alberto Monteiro
2009 Jan 15
1
rimage installation problem-ubuntu 8.10
(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/nosvn/R.check/r-patched-linux-ix86/rimage-00install.html) but I do not know what its
2008 Oct 31
1
rimage don't install on mac OS X 10.5.5
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++ compiler works... yes checking whether we are cross compiling... no checking for suffix of
2008 Nov 15
1
unable to download rimage package
Hi folks, I sent this to r-devel (twice) but somehow the email seems to have got mangled. Let me try to ask my question on this forum. any help is very much appreciated. While trying to download the rimage package I am checking at the following step "g++ -shared -L/usr/local/lib64 -o rimage.so equalize.o fftw_access_func.o freqfilters.o interface.o jpegio.o laplacian.o matrix.o smooth.o
2008 Nov 10
0
rimage don't install on mac OS X 10.5.5 solved
Hello i resolve the installation of the package rimage following the indications by Andy Jacobson in the list osx@tazman.princeton.edu the trick is using R CMD INSTALL --configure-vars='LDFLAGS=-L/sw/lib CPPFLAGS=-I/sw/include' rimage_0.5-7.tar.gz the packages fftw2.1.5 and libjpeg were installed via Fink. Thanks for Prof. Brian Ripley for ththe response and hope this can help
2009 Oct 20
1
Problem/anomalous behavior with image() function (and ReadImages?)
When an RGB photo is displayed using R's image() function with the help of the pixmap (or rimage) package it is common to see an anomalous white line running across the picture (either horizontally or vertically). The line can be removed by simply stretching the image frame a little in the direction perpendicular to the anomalous line, or by maximizing the image frame (tested under Fedora 10;
2003 Oct 07
1
Still Cannot Install rimage in R-1.7.1 (RH 9.0) Even With fftw Installed
I'm still having problems installing rimage - the installation can't find the fftw headers. As suggested, I installed the fftw rpm (for RH 9 from freshrpms). It installed without any errors or warnings. Yet I get exactly the same error message - it can't find the fftw headers. What do I have to do to get the headers? Rick B.
2003 Nov 10
1
"configure" options and R CMD INSTALL
Hi folks: I am trying to install the package "rimage" in R 1.8.0 on an Alpha Linux box. "R CMD INSTALL rimage_0.5-1.tar.gz" fails with the following: ... ... checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... yes checking fftw.h presence... yes checking for fftw.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence...
2007 Sep 17
0
Problems with compiling rimage on macOS
hello, i want to install the rimage package (0.5-7) into my R (2.5.1). i installed the "i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)" from the macOS cd and created symbolic links to gcc and g++. well if i try now to install the package in R the console says: g++ checking for C++ compiler default output... ** Removing '/Library/
2008 Aug 27
0
help with rimage compiling
i'm trying to compile the source code for the package 'rimage', and it fails after it starts compiling. I have both fftw and jpeg packages installed, and i'm currently running R 2.7.1 under gentoo x86_64. here goes the output from R while compiling the package: * Installing *source* package 'rimage' ... checking for g++... g++ checking for C++ compiler default
2009 Jun 15
1
display SVG, PNG, GIF, JPEG, TIFF, PPM in new plot frame
Dear R-help I want to display an image file in a new plot frame. SVG is my preferred format, but I can also consider PNG, GIF, JPEG, TIFF, and PPM (from ImageMagick). By way of background (although not material to this posting), the image file is generated by a call to 'dot' (part of the 'Graphviz' suite) after the required .dot file has been produced using hand-crafted R code.